Browse Source

providing maintainer infos

Rodja Trappe 2 năm trước cách đây
mục cha
commit
14fbe76f7e
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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