Aktualizovat Dockerfile
Some checks failed
Build Minecraft Stats Ownercz Image / Build-Minecraft-Stats-Image (push) Has been cancelled

This commit is contained in:
Radim Lipovčan 2024-03-12 19:10:51 +01:00
parent b8c528b8e6
commit dd5486c8f5

View File

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