Skip to content

Commit e8c692e

Browse files
author
koddr
committed
Fix npm issue for Docker image (--unsafe-perm)
1 parent bf906c9 commit e8c692e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ COPY cgapp /cgapp
1212
RUN apk add --no-cache git npm
1313

1414
# Install frontend CLIs (globally and in silent mode).
15-
RUN npm i -g -s \
15+
RUN npm i -g -s --unsafe-perm \
1616
create-react-app \
1717
preact-cli \
1818
@vue/cli \

0 commit comments

Comments
 (0)