From 64ec3324b0da7c001bd733f3f059e93287794e03 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 16 May 2022 10:07:48 +0200 Subject: [PATCH] Update Dockerfile --- fireflyiii/Dockerfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/fireflyiii/Dockerfile b/fireflyiii/Dockerfile index 4ba60ce30..370198792 100644 --- a/fireflyiii/Dockerfile +++ b/fireflyiii/Dockerfile @@ -33,9 +33,8 @@ RUN \ ################# # Fix for 5.7.5 # ################# - PATH="/var/www/html/app/Helpers/Collector/GroupCollector.php" \ - && sed -i "s#\'amount\'], \$transaction #\'amount\'], (string)(\$transaction#g" "$PATH" \ - && sed -i "s#\'0\');#\'0\'));#g" "$PATH" + sed -i "s#'amount'], \$transaction #'amount'], (string)(\$transaction#g" /var/www/html/app/Helpers/Collector/GroupCollector.php \ + && sed -i "s#'0');#'0'));#g" /var/www/html/app/Helpers/Collector/GroupCollector.php ################## # 3 Install apps #