This commit is contained in:
Tord-Vincent Heggland
2026-04-14 15:52:25 +02:00
commit ee97fa4711
2 changed files with 26 additions and 0 deletions

16
docker-compose.yaml Normal file
View File

@@ -0,0 +1,16 @@
services:
codex:
build: .
container_name: codex
working_dir: /workspace
stdin_open: true
tty: true
volumes:
- ./workspace:/workspace
- codex_config:/root/.config
command: sleep infinity
volumes:
codex_config: