services: dev: image: node:24-alpine working_dir: /app volumes: - .:/app - /app/node_modules ports: - "3000:3000" command: sh