Update 'build/start-container'
All checks were successful
ci/woodpecker/push/build-dev Pipeline was successful

This commit is contained in:
2023-03-16 13:27:20 +01:00
parent 3c8b1f42c5
commit aaf97839f8

View File

@@ -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"