Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
albertolerda committed Jan 30, 2024
1 parent bbd0487 commit 3fb8dab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions start-restroom.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ fi

docker run --name $RESTROOM_CONTAINER_NAME --publish 3000:3000 $FILES_PARAMS $LOGGER_PARAMS -v "$CONTRACTS":"/app/contracts" --detach ghcr.io/dyne/restroom-mw:latest

docker inspect $RESTROOM_CONTAINER_NAME
ip a

while ! nc -z $RESTROOM_CONTAINER_NAME 3000; do
sleep 1
done

0 comments on commit 3fb8dab

Please sign in to comment.