version: '3' services: dev: build: context: ./docker working_dir: /app volumes: - ./:/app ports: - 4321:4321 command: [ pnpm, dev, '--host' ]