Parcourir la source

providing maintainer infos

Rodja Trappe il y a 2 ans
Parent
commit
14fbe76f7e
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  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