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"]