images/jmusicbot/Dockerfile

9 lines
270 B
Docker
Raw Normal View History

2024-10-05 09:43:43 +00:00
# registry.tek.govt.hu/dowerx/jmusicbot
FROM registry.tek.govt.hu/dowerx/java-base:21-jre
ARG VERSION
RUN wget -O /jmusicbot.jar https://github.com/jagrosh/MusicBot/releases/download/${VERSION}/JMusicBot-${VERSION}.jar
ENTRYPOINT [ "java", "-jar", "/jmusicbot.jar" ]