From 15d54afc5f29447d8b2633cc15fa4c198dfa3042 Mon Sep 17 00:00:00 2001 From: Kevin Midboe Date: Sat, 29 Jul 2023 14:48:32 +0200 Subject: [PATCH] Set labels for ghcr --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index cfe9d46..a007b76 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,3 +17,6 @@ WORKDIR /app COPY --from=builder /app/build . COPY ./nginx.conf /etc/nginx/nginx.conf + +LABEL org.opencontainers.image.source=https://github.com/kevinmidboe/hivemonitor +LABEL org.opencontainers.image.license=MIT