Browse Source

providing maintainer infos

Rodja Trappe 2 years ago
parent
commit
14fbe76f7e
1 changed files with 2 additions and 0 deletions
  1. 2 0
      release.dockerfile

+ 2 - 0
release.dockerfile

@@ -1,5 +1,7 @@
 FROM python:3.11-slim
 
+LABEL maintainer="Zauberzeug GmbH <info@zauberzeug.com>"
+
 RUN python -m pip install nicegui
 
 WORKDIR /app