diff options
author | Oleg Morozenkov <o.morozenkov@corp.mail.ru> | 2023-01-26 10:34:29 +0300 |
---|---|---|
committer | Oleg Morozenkov <o.morozenkov@corp.mail.ru> | 2023-01-26 10:34:29 +0300 |
commit | 1aa81588384359f1f96b0dff453374570439af72 (patch) | |
tree | a3eedee7d73d703d56f81e182abd8c5e4f2626fc /samples/receive-file/Dockerfile | |
parent | 90dc11b7496864077cc81b4710673896147e2bfa (diff) |
fix #254
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 |