mirror of
https://github.com/DirectoryLister/DirectoryLister.git
synced 2025-08-24 14:42:53 +02:00
Fixed Apache config path in Dockerfile
This commit is contained in:
@@ -22,5 +22,5 @@ RUN docker-php-ext-install opcache zip \
|
||||
|
||||
RUN a2enmod rewrite
|
||||
|
||||
COPY .docker/apache/config/000-default.conf /etc/apache2/sites-available/000-default.conf
|
||||
COPY .docker/apache2/config/000-default.conf /etc/apache2/sites-available/000-default.conf
|
||||
COPY .docker/php/config/php.ini /usr/local/etc/php/php.ini
|
||||
|
Reference in New Issue
Block a user