From f4e0398385f1976ec1c970177db99905d796ae13 Mon Sep 17 00:00:00 2001 From: Jack Ellis Date: Mon, 22 Jan 2024 23:06:59 +0000 Subject: [PATCH] amend install --- _bin/install | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/_bin/install b/_bin/install index 76a6d3894a4..7b99fec47f4 100755 --- a/_bin/install +++ b/_bin/install @@ -3,7 +3,7 @@ docker-compose down -v docker-compose build --no-cache docker-compose up -d --remove-orphans -docker-compose exec app bundle install -docker-compose exec node npm install -docker-compose exec node npm run bower:install -docker-compose exec node npm run gulp:build +docker-compose exec --no-tty app bundle install +docker-compose exec --no-tty app npm install +docker-compose exec --no-tty app npm run bower:install +docker-compose exec --no-tty app npm run gulp:build