Skip to content

Commit

Permalink
Merge pull request #145 from Vizzuality/staging
Browse files Browse the repository at this point in the history
main <- staging
  • Loading branch information
agnlez authored Aug 2, 2024
2 parents 858bee6 + ea73af5 commit 8eb3449
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 8eb3449

Please sign in to comment.