From 50e9c509f4d41d4ece963327f862a0fbb79ab512 Mon Sep 17 00:00:00 2001 From: Christopher Date: Sun, 14 Jun 2020 09:45:34 +0000 Subject: [PATCH] =?UTF-8?q?=E2=80=9EDockerfile=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a51c065..5660af8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,10 +4,10 @@ MAINTAINER Christopher RUN apt-get update && apt-get install -y --fix-missing nano apache2 php php-cli php-ldap php-mysql php-imap php-xml php-mbstring php-intl php-apcu php-gd php-sqlite3 wget curl ffmpeg && apt-get autoremove -y && rm -rf /var/lib/apt/lists/* RUN a2enmod rewrite +RUN a2enmod remoteip RUN rm -r -f /var/www/html/* RUN chown -R www-data:www-data /var/www/html -RUN a2enmod remoteip ENV APACHE_RUN_USER www-data ENV APACHE_RUN_GROUP www-data