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