summaryrefslogtreecommitdiff
path: root/samples/echobot-setmycommands/Dockerfile
blob: d3fa0991a69bb9f3abbe8a2d91fa91b57d9a9c25 (plain)
1
2
3
4
5
6
7
8
FROM reo7sp/tgbot-cpp
MAINTAINER Oleg Morozenkov <m@oleg.rocks>

WORKDIR /usr/src/echobot-setmycommands
COPY . .
RUN cmake .
RUN make -j4
CMD ./echobot-setmycommands