Browse Source

update: do update cdn list before run

pull/594/head
Renzhi 5 years ago committed by wenxianping
parent
commit
1d48e51a6b
  1. 2
      Dockerfile37

2
Dockerfile37

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

Loading…
Cancel
Save