From 1aa81588384359f1f96b0dff453374570439af72 Mon Sep 17 00:00:00 2001 From: Oleg Morozenkov Date: Thu, 26 Jan 2023 10:34:29 +0300 Subject: fix #254 --- samples/receive-file/Dockerfile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 samples/receive-file/Dockerfile (limited to 'samples/receive-file/Dockerfile') 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 + +WORKDIR /usr/src/receive-file +COPY . . +RUN cmake . +RUN make -j4 +CMD ./receive-file -- cgit v1.2.3