Skip to content

Commit

Permalink
fix: change restroom docker image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
albertolerda committed Feb 21, 2023
1 parent 13b82af commit 053ca76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contracts/test.zen
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Given I have a 'string dictionary' named 'http request'
Given nothing
Then print the string 'it works'
2 changes: 1 addition & 1 deletion start-restroom.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ if [[ "$FILES" != "" ]]; then
FILES_PARAMS="-e FILES_DIR -v $FILES:$FILES_DIR"
fi

docker run --name $RESTROOM_CONTAINER_NAME --publish 3000:3000 $FILES_PARAMS $LOGGER_PARAMS -v "$CONTRACTS":"/app/contracts" --detach ghcr.io/dyne/restroom-mw:master
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

0 comments on commit 053ca76

Please sign in to comment.