diff --git a/mealie/Dockerfile b/mealie/Dockerfile index 080661484..875386573 100644 --- a/mealie/Dockerfile +++ b/mealie/Dockerfile @@ -23,6 +23,7 @@ FROM ${BUILD_FROM} ################## # Correct data path +# hadolint ignore=DL4006 RUN \ grep -rl "/app/data" /app | xargs sed -i 's|/app/data|/data|g'