Force Docker rebuild to include API endpoints
All checks were successful
build-and-deploy / build (push) Successful in 56s
build-and-deploy / deploy (push) Successful in 4s

Se agregó un comentario al código para forzar que Docker
reconstruya la imagen y así incluya los endpoints de la API
de Authentik que faltaban en el build anterior.

Los endpoints /api/authentik/user (GET y PATCH) existen en
el código fuente pero no fueron incluidos en la imagen Docker
debido a cache.
This commit is contained in:
2025-10-16 18:00:42 -06:00
parent 01c4b97905
commit 9140a52160

View File

@@ -120,4 +120,6 @@ useHead({
{ name: 'apple-mobile-web-app-status-bar-style', content: 'default' }
]
})
// Rebuild trigger: force Docker to rebuild image with API endpoints
</script>