From 54ec559af24e04d860d4314be5829f773609b5b6 Mon Sep 17 00:00:00 2001 From: BLACK <71935902+BLACK4585@users.noreply.github.com> Date: Wed, 17 Dec 2025 20:04:04 +0100 Subject: [PATCH] Add source label to Dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 3abb6066..4c1eba5c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,6 @@ # Stage 1: Build the application FROM node:slim AS builder +LABEL org.opencontainers.image.source="https://github.com/CyferShepard/Jellystat" WORKDIR /app