minecraft-pi-reborn/Dockerfile.server

8 lines
122 B
Docker
Raw Normal View History

2020-10-10 23:02:13 +00:00
FROM thebrokenrail/minecraft-pi:client
2020-10-30 17:27:50 +00:00
ENV MCPI_MODE=server
2020-10-10 23:02:13 +00:00
RUN apt-get install -y xvfb
ENTRYPOINT xvfb-run ./launcher