Skip to content

Commit

Permalink
adds nextConfig to Dockerfile.prod
Browse files Browse the repository at this point in the history
  • Loading branch information
agnlez committed Aug 2, 2024
1 parent 3d6b72f commit 4cc900b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/Dockerfile.prod
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ COPY --from=build --chown=nextjs:nodejs /app/client/entrypoint.sh ./entrypoint.s
COPY --from=build /app/node_modules ./node_modules
COPY --from=build /app/client/package.json ./package.json
COPY --from=build /app/client/public ./public
COPY --from=build /app/client/next.config.mjs ./next.config.mjs

USER nextjs

Expand Down

0 comments on commit 4cc900b

Please sign in to comment.