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"]