toolserver/rebuild.sh

8 lines
373 B
Bash
Raw Permalink Normal View History

2026-02-23 14:59:34 +00:00
export HTTP_PROXY=http://192.168.100.2:8118
export HTTPS_PROXY=http://192.168.100.2:8118
export http_proxy=http://192.168.100.2:8118
export https_proxy=http://192.168.100.2:8118
docker stop toolserver
docker rm -f toolserver 2>/dev/null || true
docker build -t toolserver . --build-arg http_proxy=http://192.168.100.2:8118 --build-arg https_proxy=http://192.168.100.2:8118