Update README and Docker
This commit is contained in:
parent
086e539155
commit
a35794171c
3 changed files with 86 additions and 0 deletions
|
@ -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"
|
Loading…
Add table
Add a link
Reference in a new issue