This repository has been archived on 2021-04-30. You can view files and clone it, but cannot push or open issues or pull requests.
rlcraft-docker/Dockerfile

12 lines
215 B
Docker
Raw Normal View History

2020-10-06 22:27:28 +00:00
FROM java
EXPOSE 25565/tcp
EXPOSE 25565/udp
RUN mkdir /data && mkdir /stuff
COPY server.properties /stuff/server.properties
COPY setup-server.sh /stuff/setup-server.sh
WORKDIR /data
CMD /stuff/setup-server.sh