Skip to content

Commit 139c220

Browse files
authored
Merge pull request #111 from rjmidau/custom-themes-folder
2 parents f1b66f3 + 38b5546 commit 139c220

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

root/etc/cont-init.d/50-config

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ fi
88

99
# create directory structure
1010
mkdir -p \
11-
/config/www/{uploads,files,images}
11+
/config/www/{uploads,files,images,themes}
1212

1313
# check for .env and copy default if needed
1414
[[ ! -f "/config/www/.env" ]] && \
@@ -20,6 +20,7 @@ mkdir -p \
2020

2121
# create symlinks
2222
symlinks=( \
23+
/var/www/html/themes \
2324
/var/www/html/storage/uploads/files \
2425
/var/www/html/storage/uploads/images \
2526
/var/www/html/public/uploads \

0 commit comments

Comments
 (0)