added missing files to devkit

This commit is contained in:
Sven Vogel 2024-05-17 15:49:10 +02:00
parent 2ad8d83341
commit fa7e5d4688
1 changed files with 2 additions and 0 deletions

View File

@ -9,5 +9,7 @@ COPY --chown=lorang dep /home/lorang/dep
COPY --chown=lorang tests /home/lorang/tests COPY --chown=lorang tests /home/lorang/tests
COPY --chown=lorang CMakeLists.txt /home/lorang/ COPY --chown=lorang CMakeLists.txt /home/lorang/
COPY --chown=lorang run-check-test.sh /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 . RUN cmake .