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

This commit is contained in:
2026-03-24 02:51:35 -04:00
parent 1665019e8e
commit 7e49946ebd

View File

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