Skip to content

Commit

Permalink
Fix npm issue for Docker image (--unsafe-perm)
Browse files Browse the repository at this point in the history
  • Loading branch information
koddr committed Aug 5, 2020
1 parent bf906c9 commit e8c692e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ COPY cgapp /cgapp
RUN apk add --no-cache git npm

# Install frontend CLIs (globally and in silent mode).
RUN npm i -g -s \
RUN npm i -g -s --unsafe-perm \
create-react-app \
preact-cli \
@vue/cli \
Expand Down

0 comments on commit e8c692e

Please sign in to comment.