From a22ba708b2321b31b2cd7be2814a8aad681cb848 Mon Sep 17 00:00:00 2001 From: kisfenyo Date: Sat, 10 Jan 2026 12:41:47 +0100 Subject: [PATCH] updated startup script --- booking-system/booking.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/booking-system/booking.yaml b/booking-system/booking.yaml index cbdd75b..3c09e84 100644 --- a/booking-system/booking.yaml +++ b/booking-system/booking.yaml @@ -231,7 +231,9 @@ spec: fi done echo "Starting Cal.com..." - exec /calcom/scripts/start.sh + cd /calcom + exec ./scripts/start.sh + env: # License (empty for AGPL, set key for enterprise features) - name: CALCOM_LICENSE_KEY