Merge pull request #796 from benbrummer/octane

Create app/public
This commit is contained in:
David Bomba
2025-09-09 07:31:43 +10:00
committed by GitHub

View File

@@ -46,6 +46,7 @@ if [ "$*" = 'frankenphp php-cli artisan octane:frankenphp' ] || [ "${1#-}" != "$
# Check for required folders and create if needed, relevant for bind mounts # Check for required folders and create if needed, relevant for bind mounts
# It is not possible to chown, as we are not executing this script as root # It is not possible to chown, as we are not executing this script as root
[ -d /var/www/html/storage/app/public ] || mkdir -p /var/www/html/storage/app/public
[ -d /app/storage/framework/sessions ] || mkdir -p /app/storage/framework/sessions [ -d /app/storage/framework/sessions ] || mkdir -p /app/storage/framework/sessions
[ -d /app/storage/framework/views ] || mkdir -p /app/storage/framework/views [ -d /app/storage/framework/views ] || mkdir -p /app/storage/framework/views
[ -d /app/storage/framework/cache ] || mkdir -p /app/storage/framework/cache [ -d /app/storage/framework/cache ] || mkdir -p /app/storage/framework/cache