From: Guillaume Pellerin Date: Tue, 23 Aug 2016 22:27:25 +0000 (+0200) Subject: Really use bash X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=0ecec921452361acad669713920ca43c7b996e1a;p=mezzo.git Really use bash --- diff --git a/docker-compose.yml b/docker-compose.yml index 0ea2016f..d9e9106b 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -40,7 +40,7 @@ db: app: build: . - command: /bin/sh scripts/app.sh + command: /bin/bash scripts/app.sh volumes: - ./app/:/srv/app - ./lib/mezzanine-agenda/:/srv/lib/mezzanine-agenda