Skip to content

Commit

Permalink
removed chown
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix Ruf committed Feb 6, 2024
1 parent de74f50 commit ea06bf4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ RUN apt-get update \
build-essential \
nodejs
WORKDIR var/www/html/src/Resources
RUN chown -R node /var/www/html/src/Resources/node_modules
COPY src/Resources/package.json src/Resources/yarn.lock ./
RUN yarn install
COPY src/Resources/ .
Expand Down

0 comments on commit ea06bf4

Please sign in to comment.