Skip to content

Commit c53607d

Browse files
committed
refactor: 注释掉代理地址以避免在 Linux 下使用时的问题
1 parent 740988b commit c53607d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Dockerfile
22

3-
ARG PROXY_ADDR="http://host.docker.internal:7890"
3+
#ARG PROXY_ADDR="http://host.docker.internal:7890" Linxux 下使用 host.docker.internal 可能会有问题,建议使用实际的代理地址
44
FROM python:3.10-slim-bookworm AS builder
55

66
ARG DEBIAN_FRONTEND=noninteractive

0 commit comments

Comments
 (0)