Rodja Trappe пре 4 година
родитељ
комит
5778b56d9e
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      release.dockerfile

+ 1 - 1
release.dockerfile

@@ -1,6 +1,6 @@
 FROM python:3.9-slim
 
-RUN python -m pip install nicegui
+RUN python -m pip install 'nicegui>=0.2.2'
 
 WORKDIR /app