containerize app for production

This commit is contained in:
2025-08-15 22:52:11 -04:00
parent 836feb2e11
commit 625d66ee00
2 changed files with 48 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
services:
ical-pwa:
build: .
container_name: ical-pwa
restart: unless-stopped
ports:
- "3000:3000"
environment:
NODE_ENV: production
OPENROUTER_API_KEY: ${OPENROUTER_API_KEY}
volumes:
- .:/app
- /app/node_modules