diff --git a/glue/main.go b/glue/main.go index 0a0f5a2..077acf4 100644 --- a/glue/main.go +++ b/glue/main.go @@ -100,6 +100,9 @@ func (p *Processor) waitForApp() error { return err } if status.Status == "running" { + if i > 0 { + time.Sleep(sleepFor) // We wait a little bit more to make sure the container is fully started + } return nil }