Docker: Do not automatically build Zoraxy plugins

This commit is contained in:
PassiveLemon
2025-07-07 13:33:57 -04:00
parent f8f623e3e4
commit 6f5fadc085
4 changed files with 4 additions and 45 deletions

View File

@@ -13,11 +13,6 @@ trap cleanup SIGTERM SIGINT TERM INT
update-ca-certificates && echo "CA certificates updated."
zoraxy -update_geoip=true && echo "GeoIP data updated ."
echo "Building plugins..."
cd /opt/zoraxy/plugin/ || exit 1
build_plugins "$PWD"
echo "Plugins built."
cd /opt/zoraxy/config/ || exit 1
if [ "$ZEROTIER" = "true" ]; then
if [ ! -d "/opt/zoraxy/config/zerotier/" ]; then