Merlintxu commited on
Commit
013bfbe
·
1 Parent(s): fde7d97

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -12,4 +12,4 @@ COPY . /app
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
 
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