added: folder lib to devkit
This commit is contained in:
parent
dcc999abbd
commit
bb8e24d4f6
|
@ -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 .
|
||||
|
|
Loading…
Reference in New Issue