File tree 3 files changed +7
-0
lines changed
build-assets/custom-scripts
3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change
1
+ ## 1.17.33 2023-10-03 <dave at tiredofit dot ca >
2
+
3
+ ### Added
4
+ - Add functionality to copy build-assets/custom-scripts for customization purposes
5
+
6
+
1
7
## 1.17.32 2023-09-23 <dave at tiredofit dot ca >
2
8
3
9
### Added
Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ RUN source /assets/functions/00-container && \
46
46
mkdir -p vendor/natxet/cssmin/src && \
47
47
if [ -d "/build-assets/src" ] ; then cp -Rp /build-assets/src/* /assets/install ; fi; \
48
48
if [ -d "/build-assets/scripts" ] ; then for script in /build-assets/scripts/*.sh; do echo "** Applying $script" ; bash $script; done && \ ; fi ; \
49
+ if [ -d "/build-assets/custom-scripts" ] ; then mkdir -p /assets/custom-scripts ; cp -Rp /build-assets/custom-scripts/* /assets/custom-scripts ; fi; \
49
50
composer install --ignore-platform-reqs && \
50
51
php artisan freescout:build && \
51
52
rm -rf \
You can’t perform that action at this time.
0 commit comments