Skip to content
This repository has been archived by the owner on Oct 10, 2024. It is now read-only.

Commit

Permalink
Fix dev scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
rygine committed Oct 10, 2024
1 parent 6fc02d6 commit d9f936c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev/down
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ set -e

SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )

docker-compose -p xmtp-js -f $SCRIPT_DIR/docker-compose.yml down
docker compose -p xmtp-js -f $SCRIPT_DIR/docker-compose.yml down
2 changes: 1 addition & 1 deletion dev/up
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ fi

SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )

docker-compose -p xmtp-js -f $SCRIPT_DIR/docker-compose.yml up -d
docker compose -p xmtp-js -f $SCRIPT_DIR/docker-compose.yml up -d

0 comments on commit d9f936c

Please sign in to comment.