Update 'build/start-container'
All checks were successful
ci/woodpecker/push/build-dev Pipeline was successful
All checks were successful
ci/woodpecker/push/build-dev Pipeline was successful
This commit is contained in:
@@ -3,6 +3,9 @@
|
||||
# exit when any command fails
|
||||
set -e
|
||||
|
||||
# init nvm
|
||||
\. $NVM_DIR/nvm.sh
|
||||
|
||||
if [ ! -f /var/www/html/artisan ]; then
|
||||
echo "No existing Laravel project found"
|
||||
composer create-project laravel/laravel /var/www/html "$LARAVEL_VERSION"
|
||||
|
||||
Reference in New Issue
Block a user