From bb8e24d4f63a79922c6e0f4c4f0474de16d4dff2 Mon Sep 17 00:00:00 2001 From: servostar Date: Tue, 2 Jul 2024 16:22:36 +0200 Subject: [PATCH] added: folder lib to devkit --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 4263704..a68c334 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 .