services: dev: build: . ports: - "5173:5173" volumes: - ../../:/workspace - pub-cache:/root/.pub-cache command: bash /workspace/docker/dev/entrypoint.sh stdin_open: true tty: true volumes: pub-cache: