Correct code

This commit is contained in:
Alexandre
2023-02-11 22:19:39 +01:00
parent 92e46e7015
commit fc3a8b818f
35 changed files with 46 additions and 46 deletions

View File

@@ -42,7 +42,7 @@ RUN \
sed -i "s|, \$transaction\[\x27amount\x27\] ?? \x270\x27);|, (string)(\$transaction\[\x27amount\x27\] ?? \x270\x27));|g" /var/www/html/app/Helpers/Collector/GroupCollector.php; else echo "not 5.7.5"; fi
RUN \
# Change upload folder to "ha_upload" since the default one is binded to a volume (see base image)
sed -i "s/'root' => storage_path('upload'),/'root' => storage_path('ha_upload'),/g" /var/www/html/config/filesystems.php
sed -i "s/'root' => storage_path('upload'),/'root' => storage_path('ha_upload'),/g" /var/www/html/config/fileystems.php
##################
# 3 Install apps #