merge base

This commit is contained in:
Kevin Papst
2024-10-04 11:17:24 +02:00
parent 0c2236d7f6
commit 8a5bc3bfc1

View File

@@ -168,6 +168,9 @@ RUN apt-get update && \
libfreetype6 && \
echo "Listen 8001" > /etc/apache2/ports.conf && \
a2enmod rewrite && \
a2enmod headers && \
a2enmod remoteip && \
a2enmod macro && \
touch /use_apache
COPY .docker/000-default.conf /etc/apache2/sites-available/000-default.conf