From 7327fbfcf4079805a6827f2e0d53fccfd4932d9d Mon Sep 17 00:00:00 2001 From: Juan Ferrer Toribio Date: Fri, 2 Jun 2023 12:56:36 +0200 Subject: [PATCH] refs #5563 Dockerfile fix: lib directory copied --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 1be3d02..4983e2f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,6 +28,7 @@ ARG VERSION ENV VERSION $VERSION RUN echo $VERSION +COPY lib lib COPY config config COPY \ LICENSE \