diff options
Diffstat (limited to 'samples/echobot/Dockerfile')
-rw-r--r-- | samples/echobot/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/echobot/Dockerfile b/samples/echobot/Dockerfile index 054c1c7..a7aa61a 100644 --- a/samples/echobot/Dockerfile +++ b/samples/echobot/Dockerfile @@ -1,7 +1,7 @@ FROM reo7sp/tgbot-cpp MAINTAINER Oleg Morozenkov <a@reo7sp.ru> -WORKDIR /tmp/echobot +WORKDIR /usr/src/echobot COPY . . RUN cmake . RUN make -j4 |