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 1107814 commit f75c503Copy full SHA for f75c503
docs/Ch08/index.md
@@ -333,7 +333,7 @@ Flask 是一个知名的 Python web 框架。本例子包含了一个运行 Flas
333
```dockerfile
334
FROM tiangolo/uwsgi-nginx-flask:python3.8
335
336
-RUN pip3 config set global.index-url https://mirrors.ustc.edu.cn/pypi/web/simple
+RUN pip3 config set global.index-url https://mirrors.ustc.edu.cn/pypi/simple
337
RUN pip3 install pyopenssl
338
339
COPY ./app /app
0 commit comments