From f4169d956ff55e08ae5ff05d8cc9d9db1f736f1c Mon Sep 17 00:00:00 2001
From: flange <38500-flange@users.noreply.git.rwth-aachen.de>
Date: Thu, 6 Mar 2025 13:20:47 +0100
Subject: [PATCH] container health check: use a longer startup period

---
 Dockerfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index 7332d41..eab89d9 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -62,7 +62,7 @@ RUN \
 # Deploy data to be loaded into the "dalia" dataset
 #
 WORKDIR $DALIA_DATA_DIR
-COPY dalia_data/*.ttl $DALIA_DATA_DIR
+COPY dalia_data/*.ttl $DALIA_DATA_DIR/
 
 #
 # Copy config templates
@@ -78,7 +78,7 @@ COPY scripts/load.sh scripts/textindex.sh scripts/compact_dalia.sh scripts/healt
 HEALTHCHECK \
     --interval=5s \
     --timeout=2s \
-    --start-period=10s \
+    --start-period=120s \
     CMD $SCRIPTS_DIR/healthcheck.sh
 
 WORKDIR $FUSEKI_HOME
-- 
GitLab