Enable MySQL extension and fix permissions
Signed-off-by: Luke Tainton <luke@tainton.uk>
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
FROM php:apache
|
FROM php:apache
|
||||||
LABEL maintainer="Luke Tainton <luke@tainton.uk>"
|
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
|
COPY vhost.conf /etc/apache2/sites-enabled/000-default.conf
|
||||||
|
RUN docker-php-ext-install mysqli
|
||||||
RUN a2enmod rewrite
|
RUN a2enmod rewrite
|
||||||
|
|||||||
Reference in New Issue
Block a user