diff options
author | hannibal <770876997@qq.com> | 2018-11-14 10:48:57 +0800 |
---|---|---|
committer | hannibal <770876997@qq.com> | 2018-11-14 10:48:57 +0800 |
commit | ba46cf2f3c9f253b84139f3b7229fe39fe5714ef (patch) | |
tree | 465d04c0ebbf573ddb0fa57ce2015bd44efd4ddf /samples/echobot-submodule/Dockerfile | |
parent | ef7800aff32d8558f155ee26adfdb71c8e35f93a (diff) |
add example
Diffstat (limited to 'samples/echobot-submodule/Dockerfile')
-rw-r--r-- | samples/echobot-submodule/Dockerfile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/samples/echobot-submodule/Dockerfile b/samples/echobot-submodule/Dockerfile new file mode 100644 index 0000000..a7aa61a --- /dev/null +++ b/samples/echobot-submodule/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 |