Fix composer install command path

This commit is contained in:
Tobias 2026-01-09 15:26:12 +01:00 committed by GitHub
parent 041fef02b0
commit 0121cb15a8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -93,7 +93,7 @@ MAIL_FROM_ADDRESS="investbrain@${LOCAL_IP}"
VITE_APP_NAME=Investbrain VITE_APP_NAME=Investbrain
EOF EOF
export COMPOSER_ALLOW_SUPERUSER=1 export COMPOSER_ALLOW_SUPERUSER=1
$STD composer install --no-interaction --no-dev --optimize-autoloader $STD /usr/local/bin/composer install --no-interaction --no-dev --optimize-autoloader
$STD npm install $STD npm install
$STD npm run build $STD npm run build
mkdir -p /opt/investbrain/storage/{framework/cache,framework/sessions,framework/views,app,logs} mkdir -p /opt/investbrain/storage/{framework/cache,framework/sessions,framework/views,app,logs}