Add source label to Dockerfile
Signed-off-by: Ske <voltasalt@gmail.com>
This commit is contained in:
@@ -16,6 +16,8 @@ RUN dotnet build -c Release -o bin
|
|||||||
|
|
||||||
# Build runtime stage (doesn't include SDK)
|
# Build runtime stage (doesn't include SDK)
|
||||||
FROM mcr.microsoft.com/dotnet/aspnet:5.0
|
FROM mcr.microsoft.com/dotnet/aspnet:5.0
|
||||||
|
LABEL org.opencontainers.image.source = "https://github.com/xSke/PluralKit"
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY --from=build /app ./
|
COPY --from=build /app ./
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user