version: "3" name: transporte-svelte services: app: image: node:18-alpine ports: - 3000:3000 volumes: - ../:/app working_dir: /app command: > sh -c " [ -d node_modules ] || npm i ; [ -f .env ] || cp .env.develop .env ; npm run dev "