mimo1972 commited on
Commit
61d40de
·
verified ·
1 Parent(s): c53978d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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", "app.py", "--server.port", "7860", "--server.address", "0.0.0.0"]
 
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"]