diff options
Diffstat (limited to 'samples/echobot/Dockerfile')
-rw-r--r-- | samples/echobot/Dockerfile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/samples/echobot/Dockerfile b/samples/echobot/Dockerfile new file mode 100644 index 0000000..8d8bca5 --- /dev/null +++ b/samples/echobot/Dockerfile @@ -0,0 +1,9 @@ +FROM reo7sp/tgbot-cpp +MAINTAINER Oleg Morozenkov +ENV REFRESHED_AT 2015-08-12 + +WORKDIR /tmp/echobot +COPY . . +RUN cmake . +RUN make -j4 +CMD ./echobot |