From 7c8fa6cfc8cbebdbd59e407ef0bab9c3cf04c34c Mon Sep 17 00:00:00 2001 From: xZero707 Date: Thu, 6 Apr 2023 00:33:24 +0200 Subject: [PATCH] Add org.opencontainers.image.source label --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index f56789b..889f3f3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -47,5 +47,6 @@ WORKDIR "/var/www/html/" VOLUME ["/root/.wp-cli", "/var/www/html/wp-content"] LABEL maintainer="Aleksandar Puharic " +LABEL org.opencontainers.image.source = "https://github.com/N0rthernL1ghts/wordpress" ENTRYPOINT ["/init"] EXPOSE 80/TCP