Skip to content

Commit df2a1eb

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

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)