1 parent ac34056 commit 3de17b6Copy full SHA for 3de17b6
1 file changed
Dockerfile
@@ -8,4 +8,4 @@ RUN pip install --no-cache-dir -r requirements.txt
8
9
COPY . .
10
11
-CMD ["sh","-c","streamlit run streamlit.py --server.port=$PORT --server.address=0.0.0.0"]
+CMD ["sh", "-c", "streamlit run streamlit.py --server.address=0.0.0.0 --server.port=${PORT:-8502} --server.fileWatcherType=none"]
0 commit comments