Skip to content

Commit

Permalink
Merge pull request #1 from ragusa87/fix
Browse files Browse the repository at this point in the history
Fix issue with npm install
  • Loading branch information
SergioMendolia authored Jan 22, 2024
2 parents 06e0c3b + 9d533a2 commit 4e6ffa5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ ARG GID=1000
RUN usermod --uid $UID $UNAME
RUN groupmod --gid $GID $UGROUP

RUN mkdir -p /var/www/.npm && chown -R $UID:$GID /var/www/.npm

USER www-data

WORKDIR /var/www/html
Expand Down

0 comments on commit 4e6ffa5

Please sign in to comment.