Skip to content

Commit

Permalink
FI-1861: Use docker compose instead of docker-compose (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jammjammjamm authored Mar 20, 2023
1 parent 17e3b58 commit d35aeab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions run.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/sh
docker-compose build
docker-compose up
docker compose build
docker compose up
6 changes: 3 additions & 3 deletions setup.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
docker-compose pull
docker-compose build
docker-compose run inferno bundle exec inferno migrate
docker compose pull
docker compose build
docker compose run inferno bundle exec inferno migrate

0 comments on commit d35aeab

Please sign in to comment.