Aktualizovat Dockerfile
Some checks failed
Build Minecraft Stats Ownercz Image / Build-Minecraft-Stats-Image (push) Has been cancelled
Some checks failed
Build Minecraft Stats Ownercz Image / Build-Minecraft-Stats-Image (push) Has been cancelled
This commit is contained in:
parent
b8c528b8e6
commit
dd5486c8f5
@ -5,7 +5,7 @@ echo "deb [signed-by=/usr/share/keyrings/corretto-keyring.gpg] https://apt.corre
|
||||
RUN apt-get update; apt-get install -y nginx java-17-amazon-corretto-jdk supervisor
|
||||
COPY MinecraftStatsCLI.zip /source/MinecraftStatsCLI.zip
|
||||
COPY MinecraftStatsWeb.zip /source/MinecraftStatsWeb.zip
|
||||
COPY nginx.conf /opt/nginx.conf
|
||||
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/
|
||||
|
Loading…
Reference in New Issue
Block a user