Solved bin/bash: bad interpreter issue

pull/203/head
Piero Toffanin 2017-06-07 17:18:29 -04:00
rodzic 22e48475d9
commit 545833e007
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -17,7 +17,7 @@ services:
webapp:
build: .
container_name: webapp
entrypoint: /bin/bash -c "chmod +x /webodm/*.sh && /webodm/wait-for-it.sh db:5432 -- /webodm/start.sh"
entrypoint: /bin/bash -c "chmod +x /webodm/*.sh && /bin/bash -c \"/webodm/wait-for-it.sh db:5432 -- /webodm/start.sh\""
volumes:
- appmedia:/webodm/app/media
ports: