This commit is contained in:
2025-10-21 10:13:57 +02:00
parent d3b100192c
commit d3d99a1048
4 changed files with 42 additions and 0 deletions

9
compose.yml Normal file
View File

@@ -0,0 +1,9 @@
services:
app:
image: node:22-alpine
working_dir: /app
volumes:
- .:/app
ports:
- "3000:3000"
command: npm run dev