From a67379d30eae2fe2b6b5d58008f83fa1f3e39fb7 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 20 Jan 2022 11:22:04 +0100 Subject: [PATCH] Update Dockerfile --- mealie/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' ##################