Skip to content

Commit 3de17b6

Browse files
committed
stopped streamlit filewatcher
1 parent ac34056 commit 3de17b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ RUN pip install --no-cache-dir -r requirements.txt
88

99
COPY . .
1010

11-
CMD ["sh","-c","streamlit run streamlit.py --server.port=$PORT --server.address=0.0.0.0"]
11+
CMD ["sh", "-c", "streamlit run streamlit.py --server.address=0.0.0.0 --server.port=${PORT:-8502} --server.fileWatcherType=none"]

0 commit comments

Comments
 (0)