Add repo URL to Dockerfile

This commit is contained in:
Luke Tainton
2021-03-06 17:52:52 +00:00
committed by GitHub
parent ac0640212a
commit fd87e36f6b

View File

@@ -1,5 +1,6 @@
FROM php:apache
LABEL maintainer="Luke Tainton <luke@tainton.uk>"
LABEL org.opencontainers.image.source="https://github.com/luketainton/hesk-docker"
COPY --chown=www-data:www-data hesk /srv
COPY vhost.conf /etc/apache2/sites-enabled/000-default.conf
RUN apt-get update && \