Skip to content

Commit

Permalink
Fix the liveliness test Docker error (cosmos#9396)
Browse files Browse the repository at this point in the history
  • Loading branch information
RiccardoM committed May 26, 2021
1 parent 9536ba7 commit 44a4138
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 44a4138

Please sign in to comment.