10 lines
151 B
YAML
10 lines
151 B
YAML
|
services:
|
||
|
cpp:
|
||
|
build: .
|
||
|
command: ["sh","doit.sh"]
|
||
|
tty: true
|
||
|
stdin_open: true
|
||
|
volumes:
|
||
|
- ./:/home
|
||
|
- ../books:/books
|