Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -16,4 +16,4 @@ COPY . .
|
|
| 16 |
|
| 17 |
# 6. Execution: The command to start the application
|
| 18 |
# Hugging Face SPECIFIC: You must use port 7860 and address 0.0.0.0
|
| 19 |
-
CMD ["streamlit", "run", "
|
|
|
|
| 16 |
|
| 17 |
# 6. Execution: The command to start the application
|
| 18 |
# Hugging Face SPECIFIC: You must use port 7860 and address 0.0.0.0
|
| 19 |
+
CMD ["streamlit", "run", "flightprice.py", "--server.port", "7860", "--server.address", "0.0.0.0"]
|