From 81267cdb7c026c3d986a17174f651c5138ddbcfa Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Fri, 30 Jul 2021 17:18:39 -0600 Subject: [PATCH] fix(dockerfile): fix readme location in documentation label --- build/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Dockerfile b/build/Dockerfile index 6180890..d303bb4 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -34,7 +34,7 @@ LABEL maintainer="Asif Bacchus " LABEL dev.asifbacchus.docker.internalName="ab-livereload" LABEL org.opencontainers.image.authors="Asif Bacchus " LABEL org.opencontainers.image.description="Dockerized node-livereload supporting TLS and running under limited user account. Environment variables allow specifying files to watch/exclude and notification delay." -LABEL org.opencontainers.image.documentation="https://git.asifbacchus.dev/ab-docker/ab-livereload/raw/branch/master/README.md" +LABEL org.opencontainers.image.documentation="https://git.asifbacchus.dev/ab-docker/ab-livereload/raw/branch/main/README.md" LABEL org.opencontainers.image.source="https://git.asifbacchus.dev/ab-docker/ab-livereload.git" LABEL org.opencontainers.image.title="ab-livereload" LABEL org.opencontainers.image.url="https://git.asifbacchus.dev/ab-docker/ab-livereload"