Jagged-divider

This commit is contained in:
2025-09-10 14:41:36 +02:00
parent b3064b33d9
commit 33d180bf22
16 changed files with 903 additions and 98 deletions

15
docker-compose.yml Normal file
View File

@@ -0,0 +1,15 @@
version: '3.8'
services:
app:
build: .
ports:
- "8080:8080"
volumes:
- .:/app
- /app/node_modules
environment:
- NODE_ENV=development
stdin_open: true
tty: true
command: npm run dev -- --host 0.0.0.0