Update Dockerfile

This commit is contained in:
Alexandre
2023-01-03 13:57:49 +01:00
committed by GitHub
parent 4a3542d07c
commit 17cdbc3de0

View File

@@ -29,7 +29,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|/config/addons_config/mealie_data|g
RUN grep -rl "/app/data" /app | xargs sed -i 's|/app/data|/config/addons_config/mealie_data|g'
##################
# 3 Install apps #