njain1978 commited on
Commit
4448160
1 Parent(s): 1736cf9

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -10,4 +10,4 @@ RUN mkdir src && touch src/__init__.py
10
 
11
  COPY src/ ./
12
 
13
- CMD ["streamlit", "run", "--server.port", "8501", "app.py"]
 
10
 
11
  COPY src/ ./
12
 
13
+ CMD ["streamlit", "run", "--server.port", "8501", "/app/app.py"]