NorbiPeti
ad48a7f528
- Copying config files automatically - Successfully joined servers, though it won't automatically redirect just yet
7 lines
120 B
Docker
7 lines
120 B
Docker
FROM eclipse-temurin:17-jre-focal
|
|
|
|
COPY .docker/bungee/start.sh ./
|
|
|
|
WORKDIR /mcserver
|
|
|
|
ENTRYPOINT ["bash", "/start.sh"]
|