refactor: docker stuff

This commit is contained in:
2026-05-15 12:52:30 +02:00
parent 1ec3f0a891
commit 3a21ae1abc
2 changed files with 47 additions and 0 deletions
+1
View File
@@ -5,6 +5,7 @@ ARG APP_VERSION=unknown
LABEL org.opencontainers.image.title="MaintenanceWebsite"
LABEL org.opencontainers.image.description="❌ A simple HTML/CSS/JS maintenance website. "
LABEL org.opencontainers.image.licenses="GPL-3.0-only"
LABEL org.opencontainers.image.version="${APP_VERSION}"
LABEL org.opencontainers.image.revision="${VCS_REF}"
LABEL org.opencontainers.image.source="https://github.com/Lechner-Systems/MaintenanceWebsite"