Merlintxu commited on
Commit
d26ebcf
·
1 Parent(s): 519492d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -2
Dockerfile CHANGED
@@ -11,5 +11,3 @@ COPY . /app
11
  # Install production dependencies.
12
  RUN pip install --no-cache-dir -r requirements.txt
13
 
14
- # Run the web service on container startup.
15
- CMD exec streamlit run app.py --server.enableCORS false --server.port $PORT
 
11
  # Install production dependencies.
12
  RUN pip install --no-cache-dir -r requirements.txt
13