Skip to content

Commit

Permalink
Fix docker compose command
Browse files Browse the repository at this point in the history
  • Loading branch information
rygine committed Aug 29, 2024
1 parent 93f0fb9 commit 995e25b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/docker-compose
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
set -e

docker-compose -p xmtp-js -f dev/docker-compose.yml "$@"
docker compose -p xmtp-js -f dev/docker-compose.yml "$@"

0 comments on commit 995e25b

Please sign in to comment.