summaryrefslogtreecommitdiff
path: root/Dockerfile_test
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile_test')
-rw-r--r--Dockerfile_test4
1 files changed, 3 insertions, 1 deletions
diff --git a/Dockerfile_test b/Dockerfile_test
index efd24cd..ea208d8 100644
--- a/Dockerfile_test
+++ b/Dockerfile_test
@@ -46,7 +46,9 @@ RUN rm -rf CMakeCache.txt CMakeFiles/ && \
WORKDIR /usr/src/tgbot-cpp/samples/echobot-submodule
RUN rm -rf tgbot-cpp/
-COPY ../../../ ./
+COPY ../../include* tgbot-cpp/include/
+COPY ../../src* tgbot-cpp/src/
+COPY ../../CMakeLists.txt tgbot-cpp/CMakeLists.txt
RUN rm -rf CMakeCache.txt CMakeFiles/ && \
cmake . && make -j$(nproc)