diff --git a/dockerfile b/dockerfile index 670eca8..71cc0d0 100644 --- a/dockerfile +++ b/dockerfile @@ -8,3 +8,6 @@ FROM mcr.microsoft.com/dotnet/aspnet:8.0.3-alpine3.19-amd64 WORKDIR output COPY --from=buildimg /app/src/AspNetCoreDevOps.Api/output . ENTRYPOINT ["dotnet","AspNetCoreDevOps.Api.dll"] + + +LABEL org.opencontainers.image.source https://github.com/iAmBipinPaul/AspNetCoreDevOps \ No newline at end of file