Renamed /run to /start to avoid collisions

This commit is contained in:
Geoff Bourne
2014-06-29 22:51:41 +00:00
parent ebb4ee2214
commit bef6a36476
2 changed files with 2 additions and 2 deletions

View File

@@ -11,13 +11,13 @@ RUN chmod +x /usr/bin/jsawk
EXPOSE 25565
ADD run.sh /run
ADD start.sh /start
VOLUME ['/data']
ADD server.properties /tmp/server.properties
WORKDIR /data
ENTRYPOINT /run
CMD /start
ENV MOTD A Minecraft Server Powered by Docker
ENV LEVEL world