diff --git a/docker/app/entrypoint.sh b/docker/app/entrypoint.sh index ac409a5f..40de0f86 100644 --- a/docker/app/entrypoint.sh +++ b/docker/app/entrypoint.sh @@ -36,6 +36,8 @@ ensure_helper_scripts() { prepare_storage() { cd "$APP_TARGET" + mkdir -p storage/app storage/framework/cache storage/framework/sessions storage/framework/views storage/logs + if [[ ! -h public/storage ]]; then php artisan storage:link >/dev/null 2>&1 || true fi