Update README and Docker

This commit is contained in:
Korbs 2025-02-20 02:10:39 -05:00
parent 086e539155
commit a35794171c
Signed by: Korbs
SSH key fingerprint: SHA256:Q0b0KraMldpAO9oKa+w+gcsXsOTykQ4UkAKn0ByGn5U
3 changed files with 86 additions and 0 deletions

View file

@ -32,3 +32,12 @@ COPY --from=webapp /work/wwwroot ./wwwroot
COPY LICENSE .
ENTRYPOINT ["dotnet", "Aptabase.dll"]
# Metadata
LABEL org.opencontainers.image.title="Zalvena"
LABEL org.opencontainers.image.vendor="SudoVanilla"
LABEL org.opencontainers.image.description="Fork of Aptabase"
LABEL org.opencontainers.image.licenses="AGPLv3"
LABEL org.opencontainers.image.url="https://ark.sudovanilla.org/Korbs/Zalvena/"
LABEL org.opencontainers.image.source="https://ark.sudovanilla.org/Korbs/Zalvena/"
LABEL org.opencontainers.image.version="0.0.3"