Aktualizovat Dockerfile
Build Minecraft Stats Ownercz Image / Build-Minecraft-Stats-Image (push) Successful in 1m51s Details

This commit is contained in:
Radim Lipovčan 2024-03-15 08:46:59 +01:00
parent 2ae324cc0c
commit cce2489835
1 changed files with 1 additions and 0 deletions

View File

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