mirror of
				https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
				synced 2025-11-04 16:23:41 +08:00 
			
		
		
		
	*docker file bug
This commit is contained in:
		@@ -42,7 +42,7 @@ EXPOSE 3000
 | 
			
		||||
 | 
			
		||||
CMD if [ -n "$PROXY_URL" ]; then \
 | 
			
		||||
        if [ -z "$HOSTNAME" ]; then \
 | 
			
		||||
          export HOSTNAME="127.0.0.1" \
 | 
			
		||||
          export HOSTNAME="127.0.0.1"; \
 | 
			
		||||
        fi; \
 | 
			
		||||
        protocol=$(echo $PROXY_URL | cut -d: -f1); \
 | 
			
		||||
        host=$(echo $PROXY_URL | cut -d/ -f3 | cut -d: -f1); \
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user