Skip to content

Commit

Permalink
Fix dir ownership
Browse files Browse the repository at this point in the history
  • Loading branch information
quincylvania committed Feb 12, 2025
1 parent 96c7162 commit d685597
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
FROM node:22

USER node

WORKDIR /app
ADD . /app/
RUN chown -R node:node /app

USER node

RUN npm install

Expand Down

0 comments on commit d685597

Please sign in to comment.