We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f1b66f3 + 38b5546 commit 139c220Copy full SHA for 139c220
root/etc/cont-init.d/50-config
@@ -8,7 +8,7 @@ fi
8
9
# create directory structure
10
mkdir -p \
11
- /config/www/{uploads,files,images}
+ /config/www/{uploads,files,images,themes}
12
13
# check for .env and copy default if needed
14
[[ ! -f "/config/www/.env" ]] && \
@@ -20,6 +20,7 @@ mkdir -p \
20
21
# create symlinks
22
symlinks=( \
23
+/var/www/html/themes \
24
/var/www/html/storage/uploads/files \
25
/var/www/html/storage/uploads/images \
26
/var/www/html/public/uploads \
0 commit comments