From d47ee877be5d1175bdc36f2d87881ddaf875a8e9 Mon Sep 17 00:00:00 2001 From: Oleg Morozenkov Date: Mon, 23 Jul 2018 01:56:42 +0300 Subject: Refactor http clients, fix webhook server, add more samples, change tabs to 4 spaces --- samples/photo/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'samples/photo/Dockerfile') 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 -WORKDIR /tmp/photo +WORKDIR /usr/src/photo COPY . . RUN cmake . RUN make -j4 -- cgit v1.2.3