From cce2489835f323e9687c0cb6719d8e89ff0e27e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Radim=20Lipov=C4=8Dan?= Date: Fri, 15 Mar 2024 08:46:59 +0100 Subject: [PATCH] Aktualizovat Dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index c58dccf..e190f6d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,4 +9,5 @@ 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/ +COPY cs.json /opt/mcstatsweb/localization/en.json CMD ["supervisord", "-c", "/etc/supervisor/conf.d/supervisord.conf"] \ No newline at end of file