Skip to content

Commit

Permalink
Added Docker Label to container package (#1042)
Browse files Browse the repository at this point in the history
  • Loading branch information
DrizzlyOwl authored Apr 19, 2024
1 parent 51eadf6 commit 317aee4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 317aee4

Please sign in to comment.