danielRamon commited on
Commit
6fed78a
·
1 Parent(s): 04ccd68

change Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -3
Dockerfile CHANGED
@@ -13,6 +13,3 @@ RUN pip install --no-cache-dir -r requirements.txt
13
  # Copy Python source files
14
  COPY *.py .
15
 
16
- # Start Streamlit app
17
- CMD ["streamlit", "run", "app.py", "--server.port", "2000"]
18
-
 
13
  # Copy Python source files
14
  COPY *.py .
15