fix: COPY config.yaml on Dockerfile

master
O1Si 2021-12-25 00:23:12 +08:00 committed by GitHub
parent 80fc81bac0
commit e5b1157519
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ COPY ./utils /srv/utils/
COPY ./requirements.txt /tmp
COPY ./config.env ./miuitask.py /srv/
COPY ./config.yaml ./miuitask.py /srv/
RUN pip install --no-cache-dir -i https://mirrors.bfsu.edu.cn/pypi/web/simple -r /tmp/requirements.txt && \
rm -rf /tmp/* && \