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