We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3550f15 commit 7075c49Copy full SHA for 7075c49
contrib/images/simd-env/Dockerfile
@@ -8,7 +8,7 @@ ARG UID=1000
8
ARG GID=1000
9
10
USER ${UID}:${GID}
11
-VOLUME [ /simd ]
+VOLUME [ "/simd" ]
12
WORKDIR /simd
13
EXPOSE 26656 26657
14
ENTRYPOINT ["/usr/bin/wrapper.sh"]
0 commit comments