Fix command generation
- refactored service creation - add the command field in deployment
This commit is contained in:
@@ -36,4 +36,5 @@ type Service struct {
|
||||
EnvFiles []string `yaml:"env_file"`
|
||||
RawBuild interface{} `yaml:"build"`
|
||||
HealthCheck *HealthCheck `yaml:"healthcheck"`
|
||||
Command []string `yaml:"command"`
|
||||
}
|
||||
|
Reference in New Issue
Block a user