Odstranit Dockerfile
Build Nginx and PHP image / Build-Minecraft-Stats-Image (push) Has been cancelled Details

This commit is contained in:
Radim Lipovčan 2024-05-04 19:25:03 +02:00
parent f11a60963c
commit 72d53af3d5
1 changed files with 0 additions and 7 deletions

View File

@ -1,7 +0,0 @@
FROM ubuntu:22.04
RUN apt-get update; apt-get install -y wget gpg unzip
RUN apt-get update; apt-get install -y nginx supervisor
COPY supervisord.conf /etc/supervisor/conf.d/supervisord.conf
CMD ["supervisord", "-c", "/etc/supervisor/conf.d/supervisord.conf"]