Skip to content

Commit 7075c49

Browse files
Fix the liveliness test Docker error (#9396) (#9402)
(cherry picked from commit 44a4138) Co-authored-by: Riccardo Montagnin <riccardo.montagnin@gmail.com>
1 parent 3550f15 commit 7075c49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/images/simd-env/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ARG UID=1000
88
ARG GID=1000
99

1010
USER ${UID}:${GID}
11-
VOLUME [ /simd ]
11+
VOLUME [ "/simd" ]
1212
WORKDIR /simd
1313
EXPOSE 26656 26657
1414
ENTRYPOINT ["/usr/bin/wrapper.sh"]

0 commit comments

Comments
 (0)