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