Lazar Radojevic commited on
Commit
9e91e39
·
1 Parent(s): ec54cc0

update port

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -31,4 +31,4 @@ EXPOSE 7860
31
 
32
  # Command to run the FastAPI application
33
  CMD ["python", "run.py"]
34
- CMD ["streamlit", "run", "app.py", "--server.port 7860"]
 
31
 
32
  # Command to run the FastAPI application
33
  CMD ["python", "run.py"]
34
+ CMD ["streamlit", "run", "app.py", "--server.port", "7860"]