Aktualizovat Dockerfile
Build Minecraft Stats Ownercz Image / Build-Minecraft-Stats-Image (push) Successful in 1m56s Details

This commit is contained in:
Radim Lipovčan 2024-03-10 18:41:38 +01:00
parent afe4d9652b
commit ad4696942c
1 changed files with 2 additions and 2 deletions

View File

@ -5,5 +5,5 @@ echo "deb [signed-by=/usr/share/keyrings/corretto-keyring.gpg] https://apt.corre
RUN apt-get update; apt-get install -y java-17-amazon-corretto-jdk
COPY MinecraftStatsCLI.zip /source/MinecraftStatsCLI.zip
COPY MinecraftStatsWeb.zip /source/MinecraftStatsWeb.zip
RUN unzip /source/MinecraftStatsCLI.zip /opt/mcstatscli/
RUN unzip /source/MinecraftStatsWeb.zip /opt/mcstatsweb/
RUN unzip /source/MinecraftStatsCLI.zip -d /opt/mcstatscli/
RUN unzip /source/MinecraftStatsWeb.zip -d /opt/mcstatsweb/