From fa7e5d468811ffe02b475a0024409c6dff6a6dc4 Mon Sep 17 00:00:00 2001 From: servostar Date: Fri, 17 May 2024 15:49:10 +0200 Subject: [PATCH] added missing files to devkit --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 0693935..cf32591 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,5 +9,7 @@ COPY --chown=lorang dep /home/lorang/dep COPY --chown=lorang tests /home/lorang/tests COPY --chown=lorang CMakeLists.txt /home/lorang/ COPY --chown=lorang run-check-test.sh /home/lorang/ +COPY --chown=lorang .env /home/lorang/ +COPY --chown=lorang run-docker-build /home/lorang/ RUN cmake .