Fix the liveliness test Docker error (#9396)

This commit is contained in:
Riccardo Montagnin 2021-05-26 15:55:24 +02:00 committed by GitHub
parent 9536ba7622
commit 44a41383f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"]