浏览代码

fixed docker container

Rodja Trappe 2 年之前
父节点
当前提交
8693f4e941
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      release.dockerfile

+ 2 - 2
release.dockerfile

@@ -3,11 +3,11 @@ ARG VERSION
 
 LABEL maintainer="Zauberzeug GmbH <info@zauberzeug.com>"
 
-RUN python -m pip install nicegui==$VERSION
+RUN python -m pip install nicegui==$VERSION itsdangerous isort
 
 WORKDIR /app
 
-COPY main.py README.md ./ 
+COPY main.py README.md prometheus.py ./ 
 ADD examples ./examples
 ADD website ./website