diff options
author | Oleg Morozenkov <reo7sp@users.noreply.github.com> | 2017-01-26 00:32:22 +0300 |
---|---|---|
committer | Oleg Morozenkov <reo7sp@users.noreply.github.com> | 2017-01-26 00:32:22 +0300 |
commit | 85e0e991973594fb458410876a1cc09c5971b918 (patch) | |
tree | 08186c9e9f58cdb617b9b63d583f535b1c884b72 /samples/echobot/Dockerfile | |
parent | 3549754e53f79e9ba0b00fb0bbded5d56a14ef51 (diff) |
Helper method for loading files. Photo upload example. Fixes #24
Diffstat (limited to 'samples/echobot/Dockerfile')
-rw-r--r-- | samples/echobot/Dockerfile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/samples/echobot/Dockerfile b/samples/echobot/Dockerfile index 8d8bca5..054c1c7 100644 --- a/samples/echobot/Dockerfile +++ b/samples/echobot/Dockerfile @@ -1,6 +1,5 @@ FROM reo7sp/tgbot-cpp -MAINTAINER Oleg Morozenkov -ENV REFRESHED_AT 2015-08-12 +MAINTAINER Oleg Morozenkov <a@reo7sp.ru> WORKDIR /tmp/echobot COPY . . |