refs #5563 Dockerfile fix: lib directory copied

This commit is contained in:
Juan Ferrer 2023-06-02 12:56:36 +02:00
parent e296b6946b
commit 7327fbfcf4
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ ARG VERSION
ENV VERSION $VERSION
RUN echo $VERSION
COPY lib lib
COPY config config
COPY \
LICENSE \