fix dockerfile

This commit is contained in:
Michael lima 2025-06-28 23:11:23 -04:00 committed by GitHub
parent 918697866f
commit fe557c244b
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 ci --silent
RUN npm install
COPY ./src ./src
COPY ./public ./public