调整yml

This commit is contained in:
RainSun 2020-12-26 16:58:33 +08:00
parent f40ae72d43
commit 63fd4227d5

View File

@ -5,4 +5,4 @@ FROM python:3.7-alpine
# RUN pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple
# CMD ["gunicorn", "api:app", "-c", "./gunicorn.conf.py"]
CMD ["python3 -V"]
CMD ["python3" ,"-V"]