Skip to content

Commit f75c503

Browse files
committed
Ch08: Correct mirrors url
1 parent 1107814 commit f75c503

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Ch08/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ Flask 是一个知名的 Python web 框架。本例子包含了一个运行 Flas
333333
```dockerfile
334334
FROM tiangolo/uwsgi-nginx-flask:python3.8
335335

336-
RUN pip3 config set global.index-url https://mirrors.ustc.edu.cn/pypi/web/simple
336+
RUN pip3 config set global.index-url https://mirrors.ustc.edu.cn/pypi/simple
337337
RUN pip3 install pyopenssl
338338

339339
COPY ./app /app

0 commit comments

Comments
 (0)