From 0e7f2b0d3316493a3132b6397c5f6616540f34d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20=C5=A0trauch?= Date: Mon, 19 Jan 2026 14:12:05 +0100 Subject: [PATCH] Change working directory to /srv/stack after starting services --- entrypoint.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/entrypoint.sh b/entrypoint.sh index 4025eca..550c280 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -88,3 +88,5 @@ echo "Both services are running. PIDs: ${CHILD_PIDS[*]}" # Wait for all background processes wait + +cd /srv/stack