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

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