really feelin it this time
All checks were successful
Build Images and Deploy / Update-PROD-Stack (push) Successful in 27s

This commit is contained in:
2026-03-24 02:55:29 -04:00
parent 9ecb36f6ec
commit 0211b84565

View File

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