summaryrefslogtreecommitdiff
path: root/samples/echobot-curl-client/Dockerfile
diff options
context:
space:
mode:
authorllnulldisk <48621230+llnulldisk@users.noreply.github.com>2022-09-30 17:46:58 +0200
committerllnulldisk <48621230+llnulldisk@users.noreply.github.com>2022-09-30 17:46:58 +0200
commit70b02c460b55f6a6722a852704ee7d916c48ed47 (patch)
tree6b9134d703edcc2e173ad3218daac1b3ecd4e6a1 /samples/echobot-curl-client/Dockerfile
parentd9dfa73edda127580e0961c89d8fafa56735f672 (diff)
Update docker files and CMakeLists
Diffstat (limited to 'samples/echobot-curl-client/Dockerfile')
-rw-r--r--samples/echobot-curl-client/Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/samples/echobot-curl-client/Dockerfile b/samples/echobot-curl-client/Dockerfile
index a7aa61a..2954ceb 100644
--- a/samples/echobot-curl-client/Dockerfile
+++ b/samples/echobot-curl-client/Dockerfile
@@ -1,8 +1,8 @@
FROM reo7sp/tgbot-cpp
MAINTAINER Oleg Morozenkov <a@reo7sp.ru>
-WORKDIR /usr/src/echobot
+WORKDIR /usr/src/echobot-curl-client
COPY . .
RUN cmake .
RUN make -j4
-CMD ./echobot
+CMD ./echobot-curl-client