From 76fa0fbbb4e57e892aa9ed80f922ca6208cf4f07 Mon Sep 17 00:00:00 2001 From: Chris Date: Fri, 24 Jul 2020 05:27:09 +0000 Subject: [PATCH] =?UTF-8?q?=E2=80=9EDockerfile=E2=80=9C=20l=C3=B6schen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 Dockerfile diff --git a/Dockerfile b/Dockerfile deleted file mode 100644 index b94b0fd..0000000 --- a/Dockerfile +++ /dev/null @@ -1,19 +0,0 @@ -FROM debian:buster - -RUN apt-get update && apt-get install -y --fix-missing apache2 php php-cli php-xml php-mbstring ffmpeg wget && apt-get autoremove -y && rm -rf /var/lib/apt/lists/* -RUN a2enmod rewrite - -RUN rm -r -f /var/www/html/* -RUN chown -R www-data:www-data /var/www/html - -ENV APACHE_RUN_USER www-data -ENV APACHE_RUN_GROUP www-data -ENV APACHE_LOG_DIR /tmp -ENV APACHE_RUN_DIR . -ENV APACHE_PID_FILE /tmp/apache.pid - -COPY index.php /var/www/html/index.php - -EXPOSE 80 - -CMD ["/usr/sbin/apache2", "-D", "FOREGROUND"] \ No newline at end of file