Forgot backslash

pull/250/head
Piero Toffanin 2017-07-25 17:35:28 -04:00
rodzic 95af76f4d8
commit 65392e5639
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -5,7 +5,7 @@
version: '2'
services:
webapp:
entrypoint: /bin/bash -c "chmod +x /webodm/*.sh && /bin/bash -c "/webodm/wait-for-it.sh db:5432 -- /webodm/start.sh --create-default-pnode\""
entrypoint: /bin/bash -c "chmod +x /webodm/*.sh && /bin/bash -c \"/webodm/wait-for-it.sh db:5432 -- /webodm/start.sh --create-default-pnode\""
depends_on:
- node-odm-1
node-odm-1: