Skip to content

Commit

Permalink
Rename docker-compose to docker compose (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexB52 authored Sep 16, 2024
1 parent 2b4c757 commit 3390e5b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bin/test/server-puma
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
bundle install
bundle exec rake build
ls -t pkg | head -n1 | xargs -I {} mv pkg/{} features/server-puma/uni_rails.gem
docker-compose -f features/server-puma/docker-compose.yml up --build --exit-code-from test
docker compose -f features/server-puma/docker-compose.yml up --build --exit-code-from test
2 changes: 1 addition & 1 deletion bin/test/todos-api
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
bundle install
bundle exec rake build
ls -t pkg | head -n1 | xargs -I {} mv pkg/{} features/todos-api/uni_rails.gem
docker-compose -f features/todos-api/docker-compose.yml up --build --exit-code-from test
docker compose -f features/todos-api/docker-compose.yml up --build --exit-code-from test
2 changes: 1 addition & 1 deletion bin/test/todos-hotwire
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
bundle install
bundle exec rake build
ls -t pkg | head -n1 | xargs -I {} mv pkg/{} features/todos-hotwire/uni_rails.gem
docker-compose -f features/todos-hotwire/docker-compose.yml up --build --exit-code-from test
docker compose -f features/todos-hotwire/docker-compose.yml up --build --exit-code-from test
2 changes: 1 addition & 1 deletion bin/test/todos-scaffold
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
bundle install
bundle exec rake build
ls -t pkg | head -n1 | xargs -I {} mv pkg/{} features/todos-scaffold/uni_rails.gem
docker-compose -f features/todos-scaffold/docker-compose.yml up --build --exit-code-from test
docker compose -f features/todos-scaffold/docker-compose.yml up --build --exit-code-from test

0 comments on commit 3390e5b

Please sign in to comment.