summaryrefslogtreecommitdiff
path: root/samples/echobot-setmycommands/Dockerfile
diff options
context:
space:
mode:
authorOleg Morozenkov <m@oleg.rocks>2020-08-21 01:41:36 +0300
committerGitHub <noreply@github.com>2020-08-21 01:41:36 +0300
commit4009b7ea603dcd7f21c6e852497daba7b0a1a6b3 (patch)
tree6dd10e3c92accb9aa250bc30862a59f6f7d9067b /samples/echobot-setmycommands/Dockerfile
parent3230b1b5d84a7a948324949eb607082dc40fe01e (diff)
parentffc3c38882d669ea6b2abeea5c0f7c7b322fa6e7 (diff)
Merge pull request #143 from sebest06/master
* add SetMyCommand to the api
Diffstat (limited to 'samples/echobot-setmycommands/Dockerfile')
-rw-r--r--samples/echobot-setmycommands/Dockerfile8
1 files changed, 8 insertions, 0 deletions
diff --git a/samples/echobot-setmycommands/Dockerfile b/samples/echobot-setmycommands/Dockerfile
new file mode 100644
index 0000000..a7aa61a
--- /dev/null
+++ b/samples/echobot-setmycommands/Dockerfile
@@ -0,0 +1,8 @@
+FROM reo7sp/tgbot-cpp
+MAINTAINER Oleg Morozenkov <a@reo7sp.ru>
+
+WORKDIR /usr/src/echobot
+COPY . .
+RUN cmake .
+RUN make -j4
+CMD ./echobot