diff --git a/Dockerfile b/Dockerfile index 0cff4365..02130c43 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ COPY ./package*.json ./ COPY ./tsconfig.json ./ COPY ./tsup.config.ts ./ -RUN npm install +RUN npm ci --silent COPY ./src ./src COPY ./public ./public