jatin-tec commited on
Commit
5689dce
1 Parent(s): ca0e765

run command update

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -17,4 +17,4 @@ ENV MPLCONFIGDIR=/usr/src/app/.config/matplotlib
17
  RUN mkdir -p /usr/src/app/.config/matplotlib
18
  RUN chmod -R 777 /usr/src/app/.config/matplotlib
19
 
20
- CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"]
 
17
  RUN mkdir -p /usr/src/app/.config/matplotlib
18
  RUN chmod -R 777 /usr/src/app/.config/matplotlib
19
 
20
+ CMD [ "python3" , "/code/app.py" ]