diff --git a/mealie/Dockerfile b/mealie/Dockerfile index 6b6587c8a..48cb94437 100644 --- a/mealie/Dockerfile +++ b/mealie/Dockerfile @@ -23,7 +23,6 @@ FROM ${BUILD_FROM} ################## # Correct data path -SHELL ["/bin/bash", "-o", "pipefail", "-c"] RUN \ grep -rl "/app/data" /app | xargs sed -i 's|/app/data|/data|g'