We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80fc81b commit e5b1157Copy full SHA for e5b1157
Dockerfile
@@ -4,7 +4,7 @@ COPY ./utils /srv/utils/
4
5
COPY ./requirements.txt /tmp
6
7
-COPY ./config.env ./miuitask.py /srv/
+COPY ./config.yaml ./miuitask.py /srv/
8
9
RUN pip install --no-cache-dir -i https://mirrors.bfsu.edu.cn/pypi/web/simple -r /tmp/requirements.txt && \
10
rm -rf /tmp/* && \
0 commit comments