Merge branch 'install_enhancements' of https://github.com/pierotofy/WebODM into install_enhancements

pull/60/head
Piero Toffanin 2016-12-01 11:37:46 -05:00
commit 2ff9738db5
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -2,6 +2,7 @@
# a default processing node instance. This is best for users
# who are just getting started with WebODM.
version: '2'
services:
webapp:
entrypoint: /bin/bash -c "chmod +x /webodm/*.sh && /webodm/wait-for-it.sh db:5432 -- /webodm/start.sh --create-default-pnode"