From d6886df0001497cd6f1f6b3fca9b84dd119d5760 Mon Sep 17 00:00:00 2001 From: ulfrxdev Date: Thu, 26 Mar 2026 18:03:24 +0100 Subject: [PATCH] Link packages to repo --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 3a490c9..cd2dfb1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,8 @@ # Use the lightweight Nginx image FROM nginx:alpine +LABEL org.opencontainers.image.source="https://git.ulfrx.dev/ulfr/recipe-mockup" + COPY nginx/default.conf /etc/nginx/conf.d/default.conf COPY index.html /usr/share/nginx/html/ COPY manifest.webmanifest /usr/share/nginx/html/