Update Dockerfile

Revert Replaced RUN npm install with RUN npm ci --silent
This commit is contained in:
Michael lima 2025-06-28 23:35:31 -04:00 committed by GitHub
parent e240151d9d
commit d326fcd59c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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