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