diff --git a/Dockerfile b/Dockerfile index eee1585..f2bd246 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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/* && \