Force Docker rebuild to include API endpoints
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:
@@ -120,4 +120,6 @@ useHead({
|
|||||||
{ name: 'apple-mobile-web-app-status-bar-style', content: 'default' }
|
{ name: 'apple-mobile-web-app-status-bar-style', content: 'default' }
|
||||||
]
|
]
|
||||||
})
|
})
|
||||||
|
|
||||||
|
// Rebuild trigger: force Docker to rebuild image with API endpoints
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
Reference in New Issue
Block a user