summaryrefslogtreecommitdiff
path: root/samples/receive-file/Dockerfile
blob: ce91c8c6e5cedb090c227551bb12cdb038213e02 (plain)
1
2
3
4
5
6
7
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