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.