services: app: image: node:22-alpine working_dir: /app volumes: - .:/app ports: - "3000:3000" command: npm run dev