Skip to content

Commit

Permalink
Fixed volume directive
Browse files Browse the repository at this point in the history
Signed-off-by: Riccardo Montagnin <[email protected]>
  • Loading branch information
RiccardoM committed May 26, 2021
1 parent ba96d47 commit 56b28f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/images/desmos-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 [ /desmos ]
VOLUME [ "/desmos" ]
WORKDIR /desmos
EXPOSE 26656 26657
ENTRYPOINT ["/usr/bin/wrapper.sh"]
Expand Down

0 comments on commit 56b28f9

Please sign in to comment.