调整yml

This commit is contained in:
RainSun 2020-12-26 17:13:51 +08:00
parent 5ef57c586c
commit b0999f1346

View File

@ -1,10 +1,5 @@
FROM python:3.7-alpine
COPY requirements.txt /app/requirements.txt
WORKDIR /app
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 ["sh", "go.sh"]
COPY . /app