Files
graph-mesamis/compose.yml

10 lines
149 B
YAML
Raw Normal View History

2025-10-21 10:13:57 +02:00
services:
app:
2025-10-21 11:46:51 +02:00
image: node:25-alpine
2025-10-21 10:13:57 +02:00
working_dir: /app
volumes:
- .:/app
ports:
- "3000:3000"
command: npm run dev