mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
Add source label to Dockerfile
Signed-off-by: Ske <voltasalt@gmail.com>
This commit is contained in:
parent
9f9aa46214
commit
b09a34d9cd
1 changed files with 2 additions and 0 deletions
|
|
@ -16,6 +16,8 @@ RUN dotnet build -c Release -o bin
|
|||
|
||||
# Build runtime stage (doesn't include SDK)
|
||||
FROM mcr.microsoft.com/dotnet/aspnet:5.0
|
||||
LABEL org.opencontainers.image.source = "https://github.com/xSke/PluralKit"
|
||||
|
||||
WORKDIR /app
|
||||
COPY --from=build /app ./
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue