Skip to content

Commit

Permalink
fix: docker image user (#2251)
Browse files Browse the repository at this point in the history
  • Loading branch information
matmut7 authored Apr 3, 2024
1 parent 050d308 commit abe295a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ COPY --from=builder /app/node_modules ./node_modules
COPY --from=builder /app/packages/app/node_modules ./packages/app/node_modules
COPY --from=builder --chown=node:node /app/packages/app/.next ./.next

USER 1001
USER 1000

CMD ["node_modules/.bin/next", "start"]

0 comments on commit abe295a

Please sign in to comment.