Skip to content

Commit

Permalink
amend TTY
Browse files Browse the repository at this point in the history
  • Loading branch information
GingertronMk1 committed Jan 22, 2024
1 parent f4e0398 commit ed465ce
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions _bin/install
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
docker-compose down -v
docker-compose build --no-cache
docker-compose up -d --remove-orphans
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
docker-compose exec -T app bundle install
docker-compose exec -T app npm install
docker-compose exec -T app npm run bower:install
docker-compose exec -T app npm run gulp:build

0 comments on commit ed465ce

Please sign in to comment.