Update build pack settings and port values
This commit is contained in:
		@@ -61,9 +61,11 @@ class PublicGitRepository extends Component
 | 
				
			|||||||
    {
 | 
					    {
 | 
				
			||||||
        if ($this->build_pack === 'nixpacks') {
 | 
					        if ($this->build_pack === 'nixpacks') {
 | 
				
			||||||
            $this->show_is_static = true;
 | 
					            $this->show_is_static = true;
 | 
				
			||||||
 | 
					            $this->port = 3000;
 | 
				
			||||||
        } else if ($this->build_pack === 'static') {
 | 
					        } else if ($this->build_pack === 'static') {
 | 
				
			||||||
            $this->show_is_static = false;
 | 
					            $this->show_is_static = false;
 | 
				
			||||||
            $this->is_static = false;
 | 
					            $this->is_static = false;
 | 
				
			||||||
 | 
					            $this->port = 80;
 | 
				
			||||||
        } else {
 | 
					        } else {
 | 
				
			||||||
            $this->show_is_static = false;
 | 
					            $this->show_is_static = false;
 | 
				
			||||||
            $this->is_static = false;
 | 
					            $this->is_static = false;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user