This commit is contained in:
root
2024-01-14 13:16:22 +00:00
parent d4997c6bdf
commit f6a9787333
5 changed files with 6 additions and 7 deletions

View File

@@ -5,3 +5,5 @@ FROM php:apache
RUN docker-php-ext-install mysqli
RUN a2enmod ssl
RUN service apache2 restart
RUN mkdir /var/www/html/install/
RUN chown -R www-data:www-data /var/www/html/install/