diff --git a/mealie/Dockerfile b/mealie/Dockerfile index a29724ef0..003f5906c 100644 --- a/mealie/Dockerfile +++ b/mealie/Dockerfile @@ -30,7 +30,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|/config/addons_config/mealie_data|g' && \ - sed -i "s|change_user|# change_user|g" /app/run.sh + sed -i "s|change_user$|# change_user|g" /app/run.sh ################## # 3 Install apps #