Update Dockerfile

This commit is contained in:
Alexandre
2022-12-31 13:04:41 +01:00
committed by GitHub
parent 0289a57a7a
commit ee3fa7e63d

View File

@@ -30,7 +30,7 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \
# Correct data path
# 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 #