fix: update vendor label in Dockerfile to correct value

This commit is contained in:
Linus Rath
2026-03-17 15:12:37 +01:00
parent e96b9a72e7
commit 71cd826c6f
+1 -1
View File
@@ -13,7 +13,7 @@ LABEL org.opencontainers.image.description="Modern webmail client built with Nex
LABEL org.opencontainers.image.source="https://github.com/bulwarkmail/webmail"
LABEL org.opencontainers.image.url="https://github.com/bulwarkmail/webmail"
LABEL org.opencontainers.image.licenses="AGPL-3.0-only"
LABEL org.opencontainers.image.vendor="root.cloud"
LABEL org.opencontainers.image.vendor="rbm.systems"
WORKDIR /app
ENV NODE_ENV=production