update: do update cdn list before run

pull/594/head
Renzhi 2019-12-21 00:52:29 +08:00 committed by wenxianping
parent 565903e0f5
commit 1d48e51a6b
1 changed files with 1 additions and 1 deletions

View File

@ -45,5 +45,5 @@ COPY . /usr/src/app
#EXPOSE 5010
CMD [ "python", "run.py", "r" ]
CMD [ "sh", "-c", "python run.py c && python run.py r" ]
#ENTRYPOINT [ "python", "run.py" ]