Skip to content

Commit

Permalink
add permissions to /app dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Jugurtha Bouhadoun committed Jun 6, 2024
1 parent 5376230 commit ae7cbba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ COPY --from=builder /app/server ./server
COPY --from=builder /app/node_modules ./node_modules
COPY --from=builder /app/scripts/ ./scripts

RUN chown -R node:node /app
USER node

EXPOSE 3000
Expand Down

0 comments on commit ae7cbba

Please sign in to comment.