From 485ce430f5ffc91563195f4243aed08acc3328ea Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 7 Jul 2021 21:32:46 +0200 Subject: [PATCH] Update Dockerfile --- mealie/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mealie/Dockerfile b/mealie/Dockerfile index 6149a1e0b..58bdb19ad 100644 --- a/mealie/Dockerfile +++ b/mealie/Dockerfile @@ -3,7 +3,7 @@ ARG BUILD_VERSION FROM ${BUILD_FROM} # Correct data path -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' VOLUME [ "/data" ]