mirror of
https://github.com/Supernova3339/anonupload.git
synced 2026-05-07 07:35:50 +02:00
Update dockerfile
This commit is contained in:
@@ -22,7 +22,7 @@ RUN apt-get install -y \
|
||||
g++
|
||||
|
||||
# 2. apache configs + document root
|
||||
ENV APACHE_DOCUMENT_ROOT=/var/www/html/public
|
||||
ENV APACHE_DOCUMENT_ROOT=/var/www/html
|
||||
RUN sed -ri -e 's!/var/www/html!${APACHE_DOCUMENT_ROOT}!g' /etc/apache2/sites-available/*.conf
|
||||
RUN sed -ri -e 's!/var/www/!${APACHE_DOCUMENT_ROOT}!g' /etc/apache2/apache2.conf /etc/apache2/conf-available/*.conf
|
||||
|
||||
|
||||
Reference in New Issue
Block a user