Initial commit
This commit is contained in:
15
Dockerfile
Normal file
15
Dockerfile
Normal file
@@ -0,0 +1,15 @@
|
||||
FROM java:8
|
||||
|
||||
ENV MIN_MEM=512M
|
||||
ENV MAX_MEM=8G
|
||||
ENV STOP="stop"
|
||||
|
||||
COPY ./bin/main /main
|
||||
COPY ./bin/cmd /usr/local/bin/cmd
|
||||
COPY ./entry.sh /entry.sh
|
||||
|
||||
EXPOSE 25565
|
||||
|
||||
VOLUME [ "/server" ]
|
||||
|
||||
ENTRYPOINT [ "/main" ]
|
Reference in New Issue
Block a user