summaryrefslogtreecommitdiff
path: root/samples/received-text-processing/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'samples/received-text-processing/Dockerfile')
-rw-r--r--samples/received-text-processing/Dockerfile8
1 files changed, 8 insertions, 0 deletions
diff --git a/samples/received-text-processing/Dockerfile b/samples/received-text-processing/Dockerfile
new file mode 100644
index 0000000..004c09f
--- /dev/null
+++ b/samples/received-text-processing/Dockerfile
@@ -0,0 +1,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