Skip to content

Commit

Permalink
chore: fix docker-compose break
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdecaf committed Aug 12, 2024
1 parent 06e2057 commit 481c350
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ build:
docker tag moov/ruby-ach-demo:$(VERSION) moov/ruby-ach-demo:latest

run:
docker-compose up -d ach
docker compose up -d ach
$(shell echo "")
@docker-compose run demo
@docker compose run demo

# From https://github.com/genuinetools/img
.PHONY: AUTHORS
Expand Down

0 comments on commit 481c350

Please sign in to comment.