Entz commited on
Commit
7880624
·
verified ·
1 Parent(s): 3f6e6ae

Upload Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -18,4 +18,5 @@ COPY . /app
18
 
19
  # Start Streamlit on the port Spaces provides, and bind to 0.0.0.0
20
  # CMD ["bash", "-lc", "streamlit run /app/frontend.py --server.port $PORT --server.address 0.0.0.0"]
21
- CMD ["sh", "-c", "streamlit run /app/frontend.py --server.port $PORT --server.address 0.0.0.0"]
 
 
18
 
19
  # Start Streamlit on the port Spaces provides, and bind to 0.0.0.0
20
  # CMD ["bash", "-lc", "streamlit run /app/frontend.py --server.port $PORT --server.address 0.0.0.0"]
21
+ # CMD ["sh", "-c", "streamlit run /app/frontend.py --server.port $PORT --server.address 0.0.0.0"]
22
+ CMD ["streamlit", "run", "/app/frontend.py", "--server.port", "8501", "--server.address", "0.0.0.0"]