Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
dbclkh authored Apr 15, 2024
1 parent 28f513e commit 659b318
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,9 @@ RUN { \
RUN sed -i "s|/var/www/html|$APACHE_DOCUMENT_ROOT|" /etc/apache2/sites-available/000-default.conf \
&& sed -i "s|*:80>|*:8080>|" /etc/apache2/sites-available/000-default.conf \
&& sed -i "1Listen 8080\n" /etc/apache2/ports.conf \
&& a2enmod rewrite remoteip \
RUN more /etc/apache2/ports.conf
RUN more /etc/apache2/sites-available/000-default.conf
RUN a2enmod rewrite remoteip \
&& rm -rf /var/www/html \
&& chown -Rf www-data:www-data /var/www/web

Expand Down

0 comments on commit 659b318

Please sign in to comment.