Sharathhebbar24 commited on
Commit
202bd6a
1 Parent(s): 3cefd90

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -8,6 +8,5 @@ RUN pip install --upgrade pip
8
  RUN pip install -r requirements.txt
9
 
10
  COPY . .
11
- EXPOSE $PORT
12
 
13
- CMD ["python", "server.py"]
 
8
  RUN pip install -r requirements.txt
9
 
10
  COPY . .
 
11
 
12
+ CMD ["streamlit", "run", "app.py"]