Files
trainhour/docker-compose.yml
Loic Coenen 0a0eb667be
Some checks failed
Playwright Tests / test (push) Has been cancelled
chore: docker
2025-10-31 14:50:43 +01:00

13 lines
182 B
YAML

version: "3.9"
services:
vite-app:
build: .
ports:
- "5173:5173"
volumes:
- .:/app
- /app/node_modules
environment:
- NODE_ENV=development