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 053ca76 commit bbd0487
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion start-restroom.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,7 @@ if [[ "$FILES" != "" ]]; then
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
sleep 7

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

0 comments on commit bbd0487

Please sign in to comment.