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