Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -15,5 +15,5 @@ COPY . /app
|
|
15 |
WORKDIR /app
|
16 |
|
17 |
# Command to run your Streamlit application
|
18 |
-
ENTRYPOINT ["streamlit", "run"]
|
19 |
CMD ["radio_imaging_app.py"] # Replace with your Streamlit application script
|
|
|
15 |
WORKDIR /app
|
16 |
|
17 |
# Command to run your Streamlit application
|
18 |
+
ENTRYPOINT ["streamlit", "run", "radio_imaging_app.py", "--server.port=8501", "--server.address=10.19.127.91"]
|
19 |
CMD ["radio_imaging_app.py"] # Replace with your Streamlit application script
|