copy apache site config
All checks were successful
build / build (push) Successful in 12s

This commit is contained in:
Constantin Simonis 2024-12-04 16:38:56 +01:00
parent 498473686a
commit 84b6b46b73
Signed by: csimonis
GPG Key ID: 3878FF77C24AF4D2

View File

@ -16,5 +16,6 @@ RUN docker-php-ext-install pdo pdo_mysql mysqli gd opcache intl zip calendar dom
RUN pecl install apcu && docker-php-ext-enable apcu RUN pecl install apcu && docker-php-ext-enable apcu
COPY .. /var/www/project/ COPY .. /var/www/project/
COPY .docker/hosts/file-explorer.conf /etc/apache2/sites-available/file-explorer.conf
WORKDIR /var/www WORKDIR /var/www