Skip to content

Commit

Permalink
Fix the liveliness test Docker error (#9396) (#9402)
Browse files Browse the repository at this point in the history
(cherry picked from commit 44a4138)

Co-authored-by: Riccardo Montagnin <riccardo.montagnin@gmail.com>
  • Loading branch information
mergify[bot] and RiccardoM committed May 27, 2021
1 parent 3550f15 commit 7075c49
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 7075c49

Please sign in to comment.