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 .