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

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