added: folder lib to devkit

This commit is contained in:
Sven Vogel 2024-07-02 16:22:36 +02:00
parent dcc999abbd
commit bb8e24d4f6
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ COPY --chown=lorang .env /home/lorang/
COPY --chown=lorang run-docker-build.sh /home/lorang/
COPY --chown=lorang run-lib-build.sh /home/lorang/
COPY --chown=lorang dep /home/lorang/dep
COPY --chown=lorang lib /home/lorang/lib
COPY --chown=lorang .git /home/lorang/.git
RUN cmake .