mirror of
https://github.com/invoiceninja/dockerfiles.git
synced 2025-12-31 19:47:25 +01:00
6
debian/scripts/init.sh
vendored
6
debian/scripts/init.sh
vendored
@@ -46,9 +46,9 @@ 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/framework/sessions ] || mkdir -p /var/www/html/storage/framework/sessions
|
[ -d /app/storage/framework/sessions ] || mkdir -p /app/storage/framework/sessions
|
||||||
[ -d /var/www/html/storage/framework/views ] || mkdir -p /var/www/html/storage/framework/views
|
[ -d /app/storage/framework/views ] || mkdir -p /app/storage/framework/views
|
||||||
[ -d /var/www/html/storage/framework/cache ] || mkdir -p /var/www/html/storage/framework/cache
|
[ -d /app/storage/framework/cache ] || mkdir -p /app/storage/framework/cache
|
||||||
|
|
||||||
if [ "$APP_ENV" = "production" ]; then
|
if [ "$APP_ENV" = "production" ]; then
|
||||||
frankenphp php-cli artisan optimize
|
frankenphp php-cli artisan optimize
|
||||||
|
|||||||
Reference in New Issue
Block a user