This commit is contained in:
2026-03-10 18:31:23 +01:00
parent 66225e4662
commit 4455605394
180 changed files with 9005 additions and 0 deletions

13
docker-compose.yml Normal file
View File

@@ -0,0 +1,13 @@
services:
web:
build:
context: .
target: dev
ports:
- "3000:3000"
environment:
NEXT_PUBLIC_SITE_URL: http://localhost:3000
volumes:
- .:/app
- /app/node_modules
- /app/.next