feat: add .env file generation to deployment workflow and update Dockerfile for production dependencies
Deploy to NAS / deploy (push) Failing after 1m5s

This commit is contained in:
2025-12-24 20:51:28 -05:00
parent abcc60e703
commit f850e1ce1e
3 changed files with 13 additions and 83 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ WORKDIR /app
COPY package*.json ./
# Install dependencies
RUN npm ci --only=production
RUN npm ci --omit=dev
# Copy application files
COPY . .