services: app-dev: build: context: . dockerfile: Dockerfile volumes: - .:/app - /app/node_modules ports: - "8000:3000" command: ["npm", "start"]