mirror of
				https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
				synced 2025-11-04 16:23:41 +08:00 
			
		
		
		
	chore: wrap the node command flag
This commit is contained in:
		@@ -58,7 +58,7 @@ CMD if [ -n "$PROXY_URL" ]; then \
 | 
			
		||||
    echo "[ProxyList]" >> $conf; \
 | 
			
		||||
    echo "$protocol $host $port" >> $conf; \
 | 
			
		||||
    cat /etc/proxychains.conf; \
 | 
			
		||||
    proxychains -f $conf node server.js --host 0.0.0.0; \
 | 
			
		||||
    proxychains -f $conf "node server.js --host 0.0.0.0"; \
 | 
			
		||||
    else \
 | 
			
		||||
    node server.js; \
 | 
			
		||||
    fi
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user