summaryrefslogtreecommitdiff
path: root/samples/photo/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'samples/photo/Dockerfile')
-rw-r--r--samples/photo/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/photo/Dockerfile b/samples/photo/Dockerfile
index 2bdbe1f..ea9993a 100644
--- a/samples/photo/Dockerfile
+++ b/samples/photo/Dockerfile
@@ -1,7 +1,7 @@
FROM reo7sp/tgbot-cpp
MAINTAINER Oleg Morozenkov <a@reo7sp.ru>
-WORKDIR /tmp/photo
+WORKDIR /usr/src/photo
COPY . .
RUN cmake .
RUN make -j4