tokenbridge/deployment/roles/oracle/tasks/jumpbox.yml
Przemyslaw Rzad 8ea6c716ea
Building containers in deployment (#149)
* Build instead of up

* Starting the service explicitly.
2019-07-16 14:58:26 +02:00

6 lines
109 B
YAML

---
- name: Build the containers
shell: docker-compose build
args:
chdir: "{{ bridge_path }}/oracle"