refs #5563 Dockerfile fix: lib directory copied
This commit is contained in:
parent
e296b6946b
commit
7327fbfcf4
|
@ -28,6 +28,7 @@ ARG VERSION
|
|||
ENV VERSION $VERSION
|
||||
RUN echo $VERSION
|
||||
|
||||
COPY lib lib
|
||||
COPY config config
|
||||
COPY \
|
||||
LICENSE \
|
||||
|
|
Loading…
Reference in New Issue