From 90dc11b7496864077cc81b4710673896147e2bfa Mon Sep 17 00:00:00 2001 From: Ctuh Date: Tue, 24 Jan 2023 16:11:53 +0300 Subject: add file sample --- samples/file/Dockerfile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 samples/file/Dockerfile (limited to 'samples/file/Dockerfile') diff --git a/samples/file/Dockerfile b/samples/file/Dockerfile new file mode 100644 index 0000000..b87c2ca --- /dev/null +++ b/samples/file/Dockerfile @@ -0,0 +1,8 @@ +FROM reo7sp/tgbot-cpp +MAINTAINER Oleg Morozenkov + +WORKDIR /usr/src/photo +COPY . . +RUN cmake . +RUN make -j4 +CMD ./photo -- cgit v1.2.3