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