Improvements and docker

This commit is contained in:
Krzysztof Płaczek
2025-09-18 15:37:41 +02:00
parent 9a66134469
commit 3046780f1b
15 changed files with 356 additions and 889 deletions

10
docker-compose.yml Normal file
View File

@@ -0,0 +1,10 @@
services:
node:
build: .
working_dir: /src
volumes:
- .:/src
- /node_modules
ports:
- "5173:5173"
command: npm run dev -- --host 0.0.0.0