containerize app for production

This commit is contained in:
2025-08-15 22:52:11 -04:00
parent ab96d0b0a0
commit 115b21b9da
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