调整yml

This commit is contained in:
RainSun 2020-12-26 16:55:31 +08:00
parent 72b4a0ec75
commit 3281e3beef

View File

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