Fix Docker builds, polylith components (#1269)

This commit is contained in:
Neil Alexander 2020-08-13 18:27:19 +01:00 committed by GitHub
parent 20c8f252a7
commit c1f4faf308
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 332 additions and 134 deletions

View file

@ -37,7 +37,7 @@ func main() {
base.SetupAndServeHTTP(
base.Cfg.SyncAPI.InternalAPI.Listen,
setup.NoExternalListener,
base.Cfg.SyncAPI.ExternalAPI.Listen,
nil, nil,
)
}