diff --git a/contracts/test.zen b/contracts/test.zen index d4983da..8b4214a 100644 --- a/contracts/test.zen +++ b/contracts/test.zen @@ -1,2 +1,2 @@ -Given I have a 'string dictionary' named 'http request' +Given nothing Then print the string 'it works' diff --git a/start-restroom.sh b/start-restroom.sh index 066311f..5f8cd49 100755 --- a/start-restroom.sh +++ b/start-restroom.sh @@ -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