From a934659e1160d13d403b785b446637d964fb1aa0 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 12 Oct 2024 13:46:57 +0200 Subject: [PATCH] Update Dockerfile --- zzz_test/Dockerfile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/zzz_test/Dockerfile b/zzz_test/Dockerfile index 66f31a029..6cf2d5b19 100644 --- a/zzz_test/Dockerfile +++ b/zzz_test/Dockerfile @@ -63,7 +63,7 @@ RUN chmod 744 /ha_autoapps.sh && /ha_autoapps.sh "$PACKAGES" && rm /ha_autoapps. ############################################### # Define build arguments for SUB_PATH -ARG SUB_PATH=/mealie_path/ +ARG SUB_PATH=/hllo/ ENV SUB_PATH=${SUB_PATH} # Frontend Builder Stage @@ -271,4 +271,7 @@ LABEL \ ################# # 9 Healthcheck # -################# \ No newline at end of file +################# + +# Assuming healthcheck is already defined in Mealie Production Stage +# If additional healthchecks are needed, add them here.