From fd87e36f6bca870f17e5d5f9ec3e8daa752055d1 Mon Sep 17 00:00:00 2001 From: Luke Tainton Date: Sat, 6 Mar 2021 17:52:52 +0000 Subject: [PATCH] Add repo URL to Dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index aa221c3..c083f95 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,6 @@ FROM php:apache LABEL maintainer="Luke Tainton " +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 && \