Explorar o código

fixed docker container

Rodja Trappe %!s(int64=2) %!d(string=hai) anos
pai
achega
8693f4e941
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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