From 79a385b9d4e4db46044e5ab9664dc04ecf6b966f Mon Sep 17 00:00:00 2001 From: Fabian Stamm Date: Wed, 26 Apr 2023 19:15:51 +0200 Subject: [PATCH] Fix copy from builder --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0983e3c..77dffdf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,7 +25,7 @@ COPY [".yarn", "/app/.yarn"] RUN yarn install -COPY --from=builder lib/ /app/lib +COPY --from=builder /app/lib/ /app/lib VOLUME [ "/app/logs", "/app/persist"]