Skip to content

Commit

Permalink
build: convert docker-compose to docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdecaf committed Aug 2, 2024
1 parent 173d96f commit e9ce943
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,11 @@ docker: clean
docker tag moov/fedtest:$(VERSION) moov/fedtest:latest

clean-integration:
docker-compose kill
docker-compose rm -v -f
docker compose kill
docker compose rm -v -f

test-integration: clean-integration
docker-compose up -d
docker compose up -d
sleep 5
./bin/fedtest -local

Expand Down

0 comments on commit e9ce943

Please sign in to comment.