Update Dockerfile

This commit is contained in:
shamoon
2025-03-28 17:51:29 -07:00
parent 28e2b6ccee
commit 22aa88ef56

View File

@@ -43,7 +43,7 @@ LABEL org.opencontainers.image.licenses='Apache-2.0'
WORKDIR /app
ENV NODE_ENV=production
# Trust the traced production app output — no reinstall needed
# Copy only necessary files from the build stage
COPY --from=builder --chown=1000:1000 /app/.next/standalone/ ./
COPY --from=builder --chown=1000:1000 /app/.next/static ./.next/static
COPY --from=builder --chown=1000:1000 /app/public ./public