From 4f75a0b06c50429667ff065f6025b68f2418853f Mon Sep 17 00:00:00 2001 From: Alan Bridgeman Date: Tue, 7 Apr 2026 08:09:45 -0500 Subject: [PATCH] Attempted to fix path issue with entrypoint script --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index e38c564..930624a 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -123,7 +123,7 @@ start_and_wait_for_vault() { start_and_wait_for_vault -source .venv/bin/activate && python3 /setup-scripts/prod-setup.py +source .venv/bin/activate && python3 $PWD/setup-scripts/prod-setup.py #init_vault #unseal_vault