diff options
Diffstat (limited to 'samples/photo/Dockerfile')
-rw-r--r-- | samples/photo/Dockerfile | 2 |
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 |