Fix command generation

- refactored service creation
- add the command field in deployment
This commit is contained in:
2022-03-28 11:00:20 +02:00
parent a13c8d0371
commit 394c3da7b8
2 changed files with 14 additions and 20 deletions

View File

@@ -36,4 +36,5 @@ type Service struct {
EnvFiles []string `yaml:"env_file"`
RawBuild interface{} `yaml:"build"`
HealthCheck *HealthCheck `yaml:"healthcheck"`
Command []string `yaml:"command"`
}