Skip to content
This repository has been archived by the owner on Dec 3, 2023. It is now read-only.

Commit

Permalink
Use exec form of CMD
Browse files Browse the repository at this point in the history
  • Loading branch information
t9t committed Apr 29, 2017
1 parent ee8195f commit 7e54b7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ WORKDIR /world
VOLUME /world
EXPOSE 25565 25575

CMD /mc/start.sh
CMD ["/mc/start.sh"]

0 comments on commit 7e54b7e

Please sign in to comment.