core: fix test_docker.sh (#20179)

Broken by 646a0d3692
This commit is contained in:
Simonyi Gergő
2026-02-11 09:54:40 +01:00
committed by GitHub
parent 7cb789e777
commit 0dd8ee073a

View File

@@ -24,7 +24,7 @@ if [[ -v BUILD ]]; then
make gen-client-go
touch lifecycle/container/.env
docker build -t "${AUTHENTIK_IMAGE}:${AUTHENTIK_TAG}" .
docker build -t "${AUTHENTIK_IMAGE}:${AUTHENTIK_TAG}" -f lifecycle/container/Dockerfile .
fi
docker compose -f lifecycle/container/compose.yml up --no-start