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