services: ci: build: context: .. dockerfile: docker/ci.Dockerfile working_dir: /workspace volumes: - "../:/workspace:Z" environment: - IN_CI_CONTAINER=1 entrypoint: ["bash","-lc"] command: ["bash"]