From 317aee492a7022587336108302a5dac5af4a5ea4 Mon Sep 17 00:00:00 2001 From: Ash Davies <3853061+DrizzlyOwl@users.noreply.github.com> Date: Fri, 19 Apr 2024 12:59:54 +0100 Subject: [PATCH] Added Docker Label to container package (#1042) --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 69b7df405..1072fec89 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,6 +25,7 @@ RUN npm run build # Stage 3 - Final ARG ASPNET_IMAGE_TAG FROM "mcr.microsoft.com/dotnet/aspnet:${ASPNET_IMAGE_TAG}" AS final +LABEL org.opencontainers.image.source=https://github.com/DFE-Digital/prepare-academy-conversions COPY --from=build /app /app WORKDIR /app