From c5bc2e9adf18e1bed55d412ca23db9e9f907e14b Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 20 Jan 2022 10:39:09 +0100 Subject: [PATCH] Update Dockerfile --- mealie/Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mealie/Dockerfile b/mealie/Dockerfile index 875386573..43d10c25c 100644 --- a/mealie/Dockerfile +++ b/mealie/Dockerfile @@ -24,8 +24,7 @@ FROM ${BUILD_FROM} # Correct data path # hadolint ignore=DL4006 -RUN \ - grep -rl "/app/data" /app | xargs sed -i 's|/app/data|/data|g' +RUN grep -rl "/app/data" /app | xargs sed -i 's|/app/data|/data|g' ################## # 3 Install apps #