summaryrefslogtreecommitdiff
path: root/.docker/app/startup.sh
diff options
context:
space:
mode:
Diffstat (limited to '.docker/app/startup.sh')
-rw-r--r--.docker/app/startup.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/.docker/app/startup.sh b/.docker/app/startup.sh
index 3c57f25..dd97581 100644
--- a/.docker/app/startup.sh
+++ b/.docker/app/startup.sh
@@ -44,6 +44,7 @@ chown -R $OWNER_UID:$OWNER_GID $DST_DIR \
/var/log/php81
for d in db sessions; do
+ mkdir -p $DST_DIR/$d
chmod -R 777 $DST_DIR/$d
done