From 35227e24f7cac7a29619e183611dc554f7ad712e Mon Sep 17 00:00:00 2001 From: Bill Chirico Date: Mon, 6 Nov 2023 09:46:02 -0500 Subject: [PATCH] Update Dockerfile --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 85b80e7..f2c1ca2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,7 +30,6 @@ ENV NODE_ENV=production # Copy necessary files from the "builder" stage COPY --from=builder /opt/app/public ./public COPY --from=builder /opt/app/next.config.js ./ -COPY --from=builder /opt/app/.next ./.next COPY --from=builder /opt/app/node_modules ./node_modules # Define the command to run the application CMD ["node_modules/.bin/next", "start"]