Přidat Dockerfile
Some checks failed
Build Nginx and PHP image / Build-Minecraft-Stats-Image (push) Has been cancelled
Some checks failed
Build Nginx and PHP image / Build-Minecraft-Stats-Image (push) Has been cancelled
This commit is contained in:
parent
6a8d5ca17b
commit
ac0adf6ad8
7
Dockerfile
Normal file
7
Dockerfile
Normal file
@ -0,0 +1,7 @@
|
||||
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"]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user