Sistema_Gestion_Transporte/docker/docker-compose.yml

12 lines
186 B
YAML

version: "3"
name: transporte-svelte
services:
app:
image: node:18-alpine
ports:
- 3000:3000
volumes:
- ../:/app
working_dir: /app
command: npm run dev