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

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 [ "python3" , "/code/app.py" ]
 
17
  RUN mkdir -p /usr/src/app/.config/matplotlib
18
  RUN chmod -R 777 /usr/src/app/.config/matplotlib
19
 
20
+ CMD [ "python" , "/code/app.py" ]