feat: API Dockerfile
All checks were successful
ordr deploy / build (push) Successful in -47s

This commit is contained in:
2025-11-22 19:48:33 +00:00
parent 311f55e68e
commit 718dce60ef
2 changed files with 15 additions and 11 deletions

View File

@@ -59,7 +59,8 @@ func main() {
authenticator, auth_err := auth.New()
if auth_err != nil {
log.Fatal("ERROR: Failed to initialize Authenticator")
log.Printf("ERROR: Failed to initialize Authenticator %s", auth_err.Error())
log.Fatal("ERROR: Failed to initialize authenticator...")
return
}