From: Guillaume Pellerin Date: Mon, 5 Dec 2016 17:10:04 +0000 (+0100) Subject: Fix --allow-root X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=df32f1b3d1e5435278e5de627eaaaec250ba7fa5;p=mezzo.git Fix --allow-root --- diff --git a/bin/build_front.sh b/bin/build_front.sh index 26da3575..bdd06791 100755 --- a/bin/build_front.sh +++ b/bin/build_front.sh @@ -1,3 +1,3 @@ #!/bin/sh -docker-compose run app bash -c "cd /srv && bower install && gulp build" +docker-compose run app bash -c "cd /srv && bower --allow-root install && gulp build"