acecalisto3 commited on
Commit
6858035
·
verified ·
1 Parent(s): 60f4872

Update DOCKERFILE

Browse files
Files changed (1) hide show
  1. DOCKERFILE +1 -1
DOCKERFILE CHANGED
@@ -32,4 +32,4 @@ COPY . .
32
  EXPOSE 7860
33
 
34
  # Define the command to run the application
35
- CMD ["python", "app.py"]
 
32
  EXPOSE 7860
33
 
34
  # Define the command to run the application
35
+ CMD ["streamlit", "run", "app.py", "--server.port=8501", "--server.address=0.0.0.0"]