From b5d37799d2ea91fc920ca41f85e6d87e2ccc79ab Mon Sep 17 00:00:00 2001 From: guacamole Date: Wed, 1 Sep 2021 22:37:57 +0530 Subject: [PATCH] migrating to github container registry Signed-off-by: guacamole --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 162e652..92b92c0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,5 @@ FROM nginx:alpine +LABEL org.opencontainers.image.source="https://github.com/guacamole/parachute-ui" WORKDIR /usr/share/nginx/html COPY build ./