Update Dockerfile

This commit is contained in:
Alexandre
2024-10-12 13:46:57 +02:00
committed by GitHub
parent 0e5f1905af
commit a934659e11

View File

@@ -63,7 +63,7 @@ RUN chmod 744 /ha_autoapps.sh && /ha_autoapps.sh "$PACKAGES" && rm /ha_autoapps.
############################################### ###############################################
# Define build arguments for SUB_PATH # Define build arguments for SUB_PATH
ARG SUB_PATH=/mealie_path/ ARG SUB_PATH=/hllo/
ENV SUB_PATH=${SUB_PATH} ENV SUB_PATH=${SUB_PATH}
# Frontend Builder Stage # Frontend Builder Stage
@@ -271,4 +271,7 @@ LABEL \
################# #################
# 9 Healthcheck # # 9 Healthcheck #
################# #################
# Assuming healthcheck is already defined in Mealie Production Stage
# If additional healthchecks are needed, add them here.