Enable MySQL extension and fix permissions

Signed-off-by: Luke Tainton <luke@tainton.uk>
This commit is contained in:
Luke Tainton
2020-02-26 12:38:27 +00:00
parent 39782c53ef
commit bc2fc365fc

View File

@@ -1,5 +1,6 @@
FROM php:apache
LABEL maintainer="Luke Tainton <luke@tainton.uk>"
COPY hesk /srv
COPY --chown=www-data:www-data hesk /srv
COPY vhost.conf /etc/apache2/sites-enabled/000-default.conf
RUN docker-php-ext-install mysqli
RUN a2enmod rewrite