Files
LLMScaffolding/docker/ci.compose.yml
Charles N Wyble 408db0d0cc
Some checks failed
CI / checks (pull_request) Waiting to run
CI / checks (push) Has been cancelled
chore(ci): bootstrap CI + hooks
Squash-merge bootstrap-cicd into integration
2025-09-10 21:48:32 +00:00

14 lines
242 B
YAML

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