Skip to content

Commit

Permalink
amend install
Browse files Browse the repository at this point in the history
  • Loading branch information
GingertronMk1 committed Jan 22, 2024
1 parent 34708f7 commit f4e0398
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 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

0 comments on commit f4e0398

Please sign in to comment.