diff --git a/Dockerfile b/Dockerfile deleted file mode 100644 index 2df3da6..0000000 --- a/Dockerfile +++ /dev/null @@ -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"] - -