update: do update cdn list before run

This commit is contained in:
Renzhi
2019-12-21 00:52:29 +08:00
committed by wenxianping
parent 565903e0f5
commit 1d48e51a6b

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" ]