actually fix build?
Some checks failed
Build Images and Deploy / Update-PROD-Stack (push) Failing after 8s
Some checks failed
Build Images and Deploy / Update-PROD-Stack (push) Failing after 8s
This commit is contained in:
@@ -3,7 +3,7 @@ FROM node:20-alpine
|
||||
WORKDIR /app
|
||||
|
||||
COPY package*.json ./
|
||||
RUN npm ci --only=production
|
||||
RUN npm ci --production
|
||||
|
||||
COPY . .
|
||||
|
||||
|
||||
Reference in New Issue
Block a user