From f917790fce5ce3302cbcde478f35cf04cfeaa1b7 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 16 Jan 2022 21:45:41 +0100 Subject: [PATCH] Update Dockerfile --- mealie/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/mealie/Dockerfile b/mealie/Dockerfile index 97f6d8383..8a38a5e82 100644 --- a/mealie/Dockerfile +++ b/mealie/Dockerfile @@ -23,6 +23,7 @@ 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'