chore: docker
Some checks failed
Playwright Tests / test (push) Has been cancelled

This commit is contained in:
Loic Coenen
2025-10-31 14:50:43 +01:00
parent 0ee7532a30
commit 0a0eb667be
7 changed files with 466 additions and 56 deletions

12
docker-compose.yml Normal file
View File

@@ -0,0 +1,12 @@
version: "3.9"
services:
vite-app:
build: .
ports:
- "5173:5173"
volumes:
- .:/app
- /app/node_modules
environment:
- NODE_ENV=development