Skip to content

Commit

Permalink
[#361] Use docker compose instead of docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
wayangalihpratama committed Aug 9, 2024
1 parent d0d81c6 commit ee07709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ backend_build() {
backend_build
frontend_build

docker-compose -f docker-compose.test.yml run -T backend ./check.sh
docker compose -f docker-compose.test.yml run -T backend ./check.sh

0 comments on commit ee07709

Please sign in to comment.