mirror of
https://github.com/halfwaystudent/douyin-sparkflow.git
synced 2026-09-05 07:27:53 +08:00
fix: restore Douyin login page runtime proxy
This commit is contained in:
@@ -49,6 +49,15 @@ RUN sed -i 's/archive.ubuntu.com/mirrors.aliyun.com/g' /etc/apt/sources.list \
|
||||
&& node --version \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# Build proxies must never leak into the runtime container. Compose injects
|
||||
# service-addressable runtime proxies explicitly.
|
||||
ENV HTTP_PROXY= \
|
||||
HTTPS_PROXY= \
|
||||
ALL_PROXY= \
|
||||
http_proxy= \
|
||||
https_proxy= \
|
||||
all_proxy=
|
||||
|
||||
COPY . .
|
||||
|
||||
CMD ["python", "main.py", "--doTask"]
|
||||
|
||||
Reference in New Issue
Block a user