Update Docker registry

This commit is contained in:
2021-03-06 16:44:29 +00:00
parent 4bced68a09
commit bb3143c7c8
3 changed files with 40 additions and 67 deletions

View File

@@ -4,6 +4,7 @@ RUN composer --working-dir=/srv install
FROM php:apache
LABEL maintainer="Luke Tainton <luke@tainton.uk>"
LABEL org.opencontainers.image.source="https://github.com/luketainton/fhed"
ARG VERSION
RUN docker-php-ext-install pdo_mysql && a2enmod rewrite remoteip
COPY vhost.conf /etc/apache2/sites-enabled/000-default.conf