Update Dockerfile

This commit is contained in:
Alexandre
2023-01-03 13:51:01 +01:00
committed by GitHub
parent da4ec5e957
commit b8c3f33698

View File

@@ -29,7 +29,7 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \
# Correct data path # Correct data path
# hadolint ignore=DL4006 # hadolint ignore=DL4006
RUN grep -rl "/app/data" /app | xargs sed -i 's|/app/data|/data|g' RUN grep -rl "/app/data" /app | xargs sed -i 's|/app/data|/config/addons_config/mealie_data|g
################## ##################
# 3 Install apps # # 3 Install apps #