Skip to content

Commit

Permalink
Merge pull request #144 from Vizzuality/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
agnlez authored Aug 2, 2024
2 parents 3d6b72f + 1d0fbcb commit ea73af5
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 ea73af5

Please # to comment.