From d239104135fd5028ae40b5051272da9088c6091c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sindre=20S=C3=A6grov?= Date: Mon, 4 Nov 2024 20:23:43 +0100 Subject: [PATCH] pew pew --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1e7c81d..c27b5e5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -38,8 +38,8 @@ ENV NODE_ENV=${NODE_ENV} ENV TZ="Europe/Oslo" EXPOSE 3000 -COPY public/ ./public/ +COPY ./public ./public/ COPY --from=app-build /app/build/ ./build/ -COPY --from=app-dependencies /app/node_modules/ ./node_modules/ +COPY --from=app-dependencies /app/node_modules ./node_modules - CMD ["/build/server/index.js"] \ No newline at end of file + CMD ["/app/build/server/index.js"] \ No newline at end of file