dockerize project #3

Merged
csimonis merged 40 commits from feature/build into main 2024-12-04 17:37:10 +00:00
Showing only changes of commit 84b6b46b73 - Show all commits

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