Updated docker image to match what is pushed to dockerhub

This commit is contained in:
Ethan Frey 2020-01-22 16:09:14 +01:00
parent 65465b895c
commit c12ebe39df

View File

@ -21,7 +21,7 @@ docker run --rm \
-p 26656:26656 \
--mount type=bind,source="$(pwd)/template",target=/template \
--mount type=volume,source=wasmd_data,target=/root \
"$CONTAINER_NAME:$VERSION" \
"cosmwasm/$CONTAINER_NAME:$VERSION" \
./run_wasmd.sh /template \
> "$WASMD_LOGFILE" &