From 70752bd7c4227e91a96aac4e1f26d7918c7a937a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Radim=20Lipov=C4=8Dan?= Date: Tue, 12 Mar 2024 18:07:31 +0100 Subject: [PATCH] Aktualizovat Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index db77dfe..fea7e37 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"]