From 78a4dc9414be3753a127011a67d70885ff79a24d Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 18 Jan 2022 17:11:24 +0100 Subject: [PATCH] Update Dockerfile --- mealie/Dockerfile | 1 - 1 file changed, 1 deletion(-) 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'