🐛 Use the original command and args of front image

This commit is contained in:
M. Mert Yildiran
2022-12-29 08:01:42 +03:00
parent 287e3ccf35
commit 81befbad5a

View File

@@ -312,8 +312,6 @@ func (provider *Provider) BuildFrontPod(opts *PodOptions, hubHost string, hubPor
"memory": memRequests, "memory": memRequests,
}, },
}, },
Command: []string{"nginx"},
Args: []string{"-g", "daemon off;"},
Env: []core.EnvVar{ Env: []core.EnvVar{
{ {
Name: "REACT_APP_DEFAULT_FILTER", Name: "REACT_APP_DEFAULT_FILTER",