Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
fabio-ivona authored Nov 8, 2024
1 parent fe7712a commit c6700c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ FROM node:lts-alpine

RUN apk update && \
apk add git


RUN git config --global --add safe.directory /var/www

RUN mkdir /.npm
RUN chmod -R 777 /.npm
Expand Down

0 comments on commit c6700c3

Please sign in to comment.