Update install.sh

This commit is contained in:
Fatih Alp 2023-07-08 23:09:02 +03:00 committed by GitHub
parent 229350ad1d
commit 601311beef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,7 +38,7 @@ if [[ $(which docker) && $(docker --version) ]]; then
fi fi
fi fi
cp -u .env-sail .env cp .env-sail .env
docker compose up docker compose up
#php artisan migrate --all-addons --force #php artisan migrate --all-addons --force
#docker exec -it oc_php php artisan install --ready #docker exec -it oc_php php artisan install --ready