refactor: docker stuff

This commit is contained in:
2026-05-15 12:27:31 +02:00
parent 5f6977dd8d
commit 1ec3f0a891
5 changed files with 13 additions and 19 deletions
+3 -3
View File
@@ -1,10 +1,10 @@
FROM nginx:1.27-alpine
ARG APP_VERSION=0.0.0
ARG VCS_REF=unknown
ARG APP_VERSION=unknown
LABEL org.opencontainers.image.title="Maintenance Website"
LABEL org.opencontainers.image.description="Static maintenance website"
LABEL org.opencontainers.image.title="MaintenanceWebsite"
LABEL org.opencontainers.image.description="❌ A simple HTML/CSS/JS maintenance website. "
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"