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