DockerMC/.docker/bungee/Dockerfile
Norbi Peti ad48a7f528
Add and setup Waterfall
- Copying config files automatically
- Successfully joined servers, though it won't automatically redirect just yet
2022-07-05 01:01:47 +02:00

8 lines
120 B
Docker

FROM eclipse-temurin:17-jre-focal
COPY .docker/bungee/start.sh ./
WORKDIR /mcserver
ENTRYPOINT ["bash", "/start.sh"]