diff --git a/install.sh b/install.sh index ed0db27f8..890b9e604 100644 --- a/install.sh +++ b/install.sh @@ -38,7 +38,7 @@ if [[ $(which docker) && $(docker --version) ]]; then fi fi -cp -u .env-sail .env +cp .env-sail .env docker compose up #php artisan migrate --all-addons --force #docker exec -it oc_php php artisan install --ready