Skip to content

Commit

Permalink
Merge branch 'release/v0.42.x' of ssh://github.com/cosmos/cosmos-sdk …
Browse files Browse the repository at this point in the history
…into mergify/bp/release/v0.42.x/pr-9390
  • Loading branch information
amaury1093 committed May 28, 2021
2 parents d27bd71 + 7075c49 commit e2fe736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/images/simd-env/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ARG UID=1000
ARG GID=1000

USER ${UID}:${GID}
VOLUME [ /simd ]
VOLUME [ "/simd" ]
WORKDIR /simd
EXPOSE 26656 26657
ENTRYPOINT ["/usr/bin/wrapper.sh"]
Expand Down

0 comments on commit e2fe736

Please sign in to comment.