feat: dockerfile and github based CI build for Africastalking variant #174

Merged
kamikazechaser merged 2 commits from sohail/docker-build into master 2024-11-19 15:15:24 +01:00
Showing only changes of commit 95f6a735a0 - Show all commits

View File

@ -117,7 +117,7 @@ func main() {
flag.UintVar(&port, "p", initializers.GetEnvUint("PORT", 7123), "http port")
flag.Parse()
logg.Infof("start command", "build", "dbdir", dbDir, "resourcedir", resourceDir, "outputsize", size)
logg.Infof("start command", "build", build, "dbdir", dbDir, "resourcedir", resourceDir, "outputsize", size)
ctx := context.Background()
ctx = context.WithValue(ctx, "Database", database)