Update build/start-container.sh #7

Merged
vista merged 1 commits from dev into master 2023-08-24 22:59:04 +02:00

View File

@@ -6,6 +6,13 @@ set -e
# init nvm
\. $NVM_DIR/nvm.sh
if [[ "$INSTALL_BEFORE_START" = true ]]; then
echo "composer and npm install"
composer install
npm install
fi
if [ ! -f /var/www/html/artisan ]; then
echo "No existing Laravel project found"
exit