OzoneAsai commited on
Commit
44c4383
1 Parent(s): 21b8f62

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -17,4 +17,4 @@ COPY --chown=user ./requirements.txt requirements.txt
17
  RUN pip install --no-cache-dir --upgrade -r requirements.txt
18
  RUN chmod 777 ./
19
  COPY --chown=user . /app
20
- CMD ["python", "app.py",]
 
17
  RUN pip install --no-cache-dir --upgrade -r requirements.txt
18
  RUN chmod 777 ./
19
  COPY --chown=user . /app
20
+ CMD ["streamlit","run", "app.py",]