From 0528d0ca486b1db12d469dff03d21318298dfece Mon Sep 17 00:00:00 2001 From: coharms <97545719+coharms@users.noreply.github.com> Date: Sun, 9 Jun 2024 21:03:13 +0200 Subject: [PATCH] Add link to repo in Dockerfile --- Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Dockerfile b/Dockerfile index f9396d0e7..99c694dd0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -51,6 +51,10 @@ RUN yarn database:generate-typings # Image to run, copy everything needed from builder FROM node:18-slim + +# Labels +LABEL org.opencontainers.image.source="https://github.com/ghostfolio/ghostfolio" + RUN apt update && apt install -y \ curl \ openssl \