Explorar el Código

providing maintainer infos

Rodja Trappe hace 2 años
padre
commit
14fbe76f7e
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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