Fix some errors

This commit is contained in:
2026-01-23 13:17:59 +01:00
parent 960a40715d
commit 497741fe1b
5 changed files with 6602 additions and 6591 deletions

View File

@@ -6,5 +6,4 @@ services:
- "3000:3000"
volumes:
- .:/app
- /app/node_modules
command: sh -c "npm install && npm run dev"