10 lines
151 B
YAML
Raw Normal View History

2025-03-20 22:52:53 +01:00
services:
cpp:
build: .
command: ["sh","doit.sh"]
tty: true
stdin_open: true
volumes:
- ./:/home
- ../books:/books