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
|
ENV VERSION $VERSION
|
||||||
RUN echo $VERSION
|
RUN echo $VERSION
|
||||||
|
|
||||||
|
COPY lib lib
|
||||||
COPY config config
|
COPY config config
|
||||||
COPY \
|
COPY \
|
||||||
LICENSE \
|
LICENSE \
|
||||||
|
|
Loading…
Reference in New Issue