Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -25,4 +25,4 @@ RUN pip install numpy==1.24.3
|
|
25 |
RUN pip install -r requirements.txt
|
26 |
|
27 |
# Run the Streamlit app
|
28 |
-
CMD ["streamlit", "run", "app.py", "--server.port=7860", "--server.address=0.0.0.0"]
|
|
|
25 |
RUN pip install -r requirements.txt
|
26 |
|
27 |
# Run the Streamlit app
|
28 |
+
CMD ["streamlit", "run", "app.py", "--server.port=7860", "--server.address=0.0.0.0"]
|