Skip to content

Commit e5b1157

Browse files
author
O1Si
authored
fix: COPY config.yaml on Dockerfile
1 parent 80fc81b commit e5b1157

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ COPY ./utils /srv/utils/
44

55
COPY ./requirements.txt /tmp
66

7-
COPY ./config.env ./miuitask.py /srv/
7+
COPY ./config.yaml ./miuitask.py /srv/
88

99
RUN pip install --no-cache-dir -i https://mirrors.bfsu.edu.cn/pypi/web/simple -r /tmp/requirements.txt && \
1010
rm -rf /tmp/* && \

0 commit comments

Comments
 (0)