Skip to content

Commit 4a71cd4

Browse files
authored
Merge pull request #194 from CJackHwang/dev
Merge pull request #193 from kaykouo/dev refactor: 注释掉代理地址以避免在 Linux 下使用时的问题
2 parents c24ba71 + df2a1eb commit 4a71cd4

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)