We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c7bf23 commit 026584eCopy full SHA for 026584e
Dockerfile
@@ -13,7 +13,7 @@ COPY ./package*.json ./
13
COPY ./tsconfig.json ./
14
COPY ./tsup.config.ts ./
15
16
-RUN npm install --force --legacy-peer-deps
+RUN npm ci --silent
17
18
COPY ./src ./src
19
COPY ./public ./public
0 commit comments