Update Docker images: new directory structure

This commit is contained in:
Michael Mayer
2019-06-29 23:27:42 +02:00
parent 243795c7d5
commit 5e37cd54fc
9 changed files with 75 additions and 65 deletions

View File

@@ -102,7 +102,7 @@ func startAction(ctx *cli.Context) error {
signal.Notify(quit, syscall.SIGINT, syscall.SIGTERM)
<-quit
log.Info("Shutting down...")
log.Info("shutting down...")
conf.Shutdown()
cancel()
err := dctx.Release()