Skip to content

Commit

Permalink
Merge pull request #13 from ScilifelabDataCentre/dockerfile_branch
Browse files Browse the repository at this point in the history
Removed chown for usr and tmp
  • Loading branch information
SevLG authored Jan 11, 2024
2 parents 4733029 + 2b710d0 commit 0235ba6
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 0235ba6

Please sign in to comment.