From 7075c49b830681fe241cee8a06b877e1c53da0ea Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Thu, 27 May 2021 17:49:16 +0200 Subject: [PATCH] Fix the liveliness test Docker error (#9396) (#9402) (cherry picked from commit 44a41383f4644bb0877b02cebbbcc4c6d822ee67) Co-authored-by: Riccardo Montagnin --- contrib/images/simd-env/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/images/simd-env/Dockerfile b/contrib/images/simd-env/Dockerfile index 1ccaeac657db..591592b7183e 100644 --- a/contrib/images/simd-env/Dockerfile +++ b/contrib/images/simd-env/Dockerfile @@ -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"]