diff options
Diffstat (limited to 'samples/file/Dockerfile')
-rw-r--r-- | samples/file/Dockerfile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/samples/file/Dockerfile b/samples/file/Dockerfile deleted file mode 100644 index b87c2ca..0000000 --- a/samples/file/Dockerfile +++ /dev/null @@ -1,8 +0,0 @@ -FROM reo7sp/tgbot-cpp -MAINTAINER Oleg Morozenkov <m@oleg.rocks> - -WORKDIR /usr/src/photo -COPY . . -RUN cmake . -RUN make -j4 -CMD ./photo |