Skip to content

Commit 026584e

Browse files
committed
Fix dockerfile
1 parent 9c7bf23 commit 026584e

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 install --force --legacy-peer-deps
16+
RUN npm ci --silent
1717

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

0 commit comments

Comments
 (0)