minecraft-pi-reborn/Dockerfile.server

8 lines
122 B
Docker
Raw Normal View History

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