Skip to content

Commit

Permalink
Removed chown for usr and tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
SevLG committed Jan 11, 2024
1 parent 63700a6 commit 2b710d0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ FROM node:21-alpine as builder
WORKDIR /app
ENV PATH /app/node_modules/.bin:$PATH
RUN chown -R node:node /app
RUN chown -R node:node /usr
RUN chown -R node:node /tmp
USER node
# Cache and Install dependencies
COPY --chown=node:node ./react-app/package.json .
Expand Down

0 comments on commit 2b710d0

Please sign in to comment.