Files
LLMScaffolding/docker/ci.compose.yml
ReachableCEO cd9653c66a
Some checks failed
CI / checks (push) Has been cancelled
chore(repo): clean root; move docs; keep areas for prompts
2025-09-11 07:05:00 -05:00

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"]