mirror of
https://github.com/yeasy/docker_practice.git
synced 2024-11-20 05:23:42 +00:00
6 lines
71 B
YAML
6 lines
71 B
YAML
|
sut:
|
||
|
build: .
|
||
|
volumes:
|
||
|
- ../:/srv/gitbook-src
|
||
|
command: build
|