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

WORKDIR /usr/src/received-text-processing
COPY . .
RUN cmake .
RUN make -j4
CMD ./received-text-processing