Aktualizovat Dockerfile
All checks were successful
Build Minecraft Stats Ownercz Image / Build-Minecraft-Stats-Image (push) Successful in 1m56s
All checks were successful
Build Minecraft Stats Ownercz Image / Build-Minecraft-Stats-Image (push) Successful in 1m56s
This commit is contained in:
parent
afe4d9652b
commit
ad4696942c
@ -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/
|
Loading…
Reference in New Issue
Block a user