roc/docker/nightly-ubuntu-latest/docker-compose.example.yml

9 lines
142 B
YAML
Raw Normal View History

version: "3"
services:
roc:
build: .
entrypoint: roc
working_dir: /home/ubuntu/app
volumes:
- ../../:/home/ubuntu/app