调整yml

This commit is contained in:
RainSun 2020-12-26 17:10:24 +08:00
parent 6910a886a0
commit 5ef57c586c

View File

@ -6,4 +6,5 @@ RUN pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple
COPY . /app
CMD ["gunicorn", "api:app", "-c", "./gunicorn.conf.py"]
# CMD ["gunicorn", "api:app", "-c", "./gunicorn.conf.py"]
CMD ["sh", "go.sh"]