Skip to content

Commit

Permalink
Re-added workdir
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 5d2b284 commit 996b7dc
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 @@ -10,7 +10,7 @@ ARG DEBIAN_FRONTEND=noninteractive

USER ${UID}:${GID}
#VOLUME [ /desmos ]
#WORKDIR /desmos
WORKDIR /desmos
EXPOSE 26656 26657
ENTRYPOINT ["/usr/bin/wrapper.sh"]
CMD ["start"]
Expand Down

0 comments on commit 996b7dc

Please sign in to comment.