actually fix build?
Some checks failed
Build Images and Deploy / Update-PROD-Stack (push) Failing after 8s

This commit is contained in:
2026-03-24 02:54:05 -04:00
parent 7e49946ebd
commit 9ecb36f6ec

View File

@@ -3,7 +3,7 @@ FROM node:20-alpine
WORKDIR /app
COPY package*.json ./
RUN npm ci --only=production
RUN npm ci --production
COPY . .