s1
This commit is contained in:
@@ -111,7 +111,7 @@ spec:
|
||||
func getAppPort(repoType model.RepoType) int {
|
||||
switch repoType {
|
||||
case model.TypeNodeJS:
|
||||
return 3000
|
||||
return 80 // React apps serve on port 80 with nginx
|
||||
case model.TypePython:
|
||||
return 8000
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user