Skip to content

Commit 481c350

Browse files
committedAug 12, 2024
chore: fix docker-compose break
1 parent 06e2057 commit 481c350

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ build:
66
docker tag moov/ruby-ach-demo:$(VERSION) moov/ruby-ach-demo:latest
77

88
run:
9-
docker-compose up -d ach
9+
docker compose up -d ach
1010
$(shell echo "")
11-
@docker-compose run demo
11+
@docker compose run demo
1212

1313
# From https://github.com/genuinetools/img
1414
.PHONY: AUTHORS

0 commit comments

Comments
 (0)
Failed to load comments.