fix: setup:dev script & contribution guide

This commit is contained in:
Andras Bacsai
2023-10-17 20:54:26 +02:00
parent 1e39c3d5ab
commit da54c24e8d
5 changed files with 7 additions and 4 deletions

View File

@@ -21,9 +21,10 @@ function help {
}
function setup:dev {
docker exec coolify bash -c "php artisan key:generate"
docker exec coolify bash -c "composer install"
docker exec coolify bash -c "php artisan key:generate"
docker exec coolify bash -c "php artisan migrate:fresh --seed"
sudo chmod -R o+rwx .
}
function sync:v3 {
if [ -z "$1" ]; then