From 601311beefe089deb615ef2d3ed9c029fadd7905 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Sat, 8 Jul 2023 23:09:02 +0300 Subject: [PATCH] Update install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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