mirror of
https://github.com/0-8-4/miui-auto-tasks.git
synced 2024-11-22 07:07:48 +00:00
fix: COPY config.yaml on Dockerfile
This commit is contained in:
parent
80fc81bac0
commit
e5b1157519
@ -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/* && \
|
||||
|
Loading…
Reference in New Issue
Block a user