feat: add Makefile and docker-compose production overlay

This commit is contained in:
2026-01-24 21:21:00 +01:00
parent 624ae45f0a
commit 070af3167d
2 changed files with 40 additions and 3 deletions

9
docker-compose.prod.yml Normal file
View File

@@ -0,0 +1,9 @@
services:
app:
build: .
image: cgr-next-js-prod
volumes: !reset []
command: !reset []
ports:
- "80:3000"
restart: always