From 3f88040597c3689eddf7e8483e9e88884676e792 Mon Sep 17 00:00:00 2001 From: devthejo Date: Mon, 8 Jan 2024 10:48:28 +0100 Subject: [PATCH] fix: wip --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index cacedfd..76973cb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -48,7 +48,7 @@ RUN yarn build RUN yarn workspaces focus --production && yarn cache clean FROM node AS server -COPY --from=build . . +COPY --from=build /app /app ENV NODE_ENV=production ENV NEXT_TELEMETRY_DISABLED=1