Aktualizovat Dockerfile
All checks were successful
Build Minecraft Stats Ownercz Image / Build-Minecraft-Stats-Image (push) Successful in 1m25s

This commit is contained in:
Radim Lipovčan 2024-03-12 18:07:31 +01:00
parent 8198eed9a6
commit 70752bd7c4

View File

@ -8,4 +8,4 @@ COPY MinecraftStatsWeb.zip /source/MinecraftStatsWeb.zip
COPY nginx.conf /opt/nginx.conf
RUN unzip /source/MinecraftStatsCLI.zip -d /opt/mcstatscli/
RUN unzip /source/MinecraftStatsWeb.zip -d /opt/mcstatsweb/
CMD ["nginx", "-c","/opt/nginx.conf","-g", "daemon off;", "java","-jar","/opt/mcstatscli/MinecraftStatsCLI.jar"]
CMD ["nginx", "-c","/opt/nginx.conf","-g", "daemon off;", "&&","java","-jar","/opt/mcstatscli/MinecraftStatsCLI.jar"]