diff --git a/Dockerfile b/Dockerfile index c2c2654..073e2a5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,7 +21,6 @@ FROM builder AS runner # Set the working directory WORKDIR /app COPY --from=builder /app/public ./public -COPY --from=builder --chown=nextjs:nodejs /app/.next/standalone ./ COPY --from=builder --chown=nextjs:nodejs /app/.next/static ./.next/static # Expose the application port