调整yml

This commit is contained in:
RainSun 2020-12-26 18:05:27 +08:00
parent b0999f1346
commit 11a061f0df

View File

@ -2,4 +2,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
COPY . /app
CMD ["/bin/sh"]