zhzabcd commited on
Commit
6dd9cce
·
verified ·
1 Parent(s): 6e6e3ab

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -8,7 +8,7 @@ RUN python3 -m pip install --no-cache-dir --upgrade -r /code/requirements.txt
8
 
9
  COPY . .
10
 
11
- CMD ["python", "/code/app.py",]
12
 
13
  RUN mkdir /.cache
14
  RUN chmod 777 /.cache
 
8
 
9
  COPY . .
10
 
11
+ CMD ["python3", "/code/app.py",]
12
 
13
  RUN mkdir /.cache
14
  RUN chmod 777 /.cache