From b5f89d3f255b6a95acb7d49ed98846c2ebea5bea Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 20 Nov 2022 22:20:00 +0100 Subject: [PATCH] Update Dockerfile --- mealie/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mealie/Dockerfile b/mealie/Dockerfile index 26af43632..325b0e4a0 100644 --- a/mealie/Dockerfile +++ b/mealie/Dockerfile @@ -29,7 +29,7 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \ # 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' || true ################## # 3 Install apps #