From 2828852be28cf103fb2d0d03e4ebbd4cedf10b05 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 7 Jul 2021 21:29:46 +0200 Subject: [PATCH] Update Dockerfile --- mealie/Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mealie/Dockerfile b/mealie/Dockerfile index b0ca6f683..6149a1e0b 100644 --- a/mealie/Dockerfile +++ b/mealie/Dockerfile @@ -2,6 +2,9 @@ ARG BUILD_FROM ARG BUILD_VERSION FROM ${BUILD_FROM} +# Correct data path +RUN grep -rl "/app/data" /app | xargs sed -i 's|/app/data|/data|g' \ + VOLUME [ "/data" ] ### LABELS