Skip to content

Commit 482c8b6

Browse files
committed
chore: update Dockerfile to use --unsafe-perm flag in npm ci
1 parent 577c9ec commit 482c8b6

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
@@ -13,7 +13,7 @@ COPY ./package*.json ./
1313
COPY ./tsconfig.json ./
1414
COPY ./tsup.config.ts ./
1515

16-
RUN npm ci --silent
16+
RUN npm ci --silent --unsafe-perm
1717

1818
COPY ./src ./src
1919
COPY ./public ./public

0 commit comments

Comments
 (0)