Skip to content

Commit 947f7bf

Browse files
committed
change makefile
1 parent 24d4a37 commit 947f7bf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,13 @@ echo "\n${GREEN}DONE"
1515
echo "Now run"
1616
docker-compose up -d
1717
docker-compose exec pw-server php artisan migrate --seed
18-
docker-compose exec pw-server php artisan serve
18+
1919
echo "${NC}"
2020

2121
sudo chgrp -R www-data storage bootstrap/cache
2222
sudo chmod -R ug+rwx storage bootstrap/cache
2323

24+
docker-compose exec pw-server php artisan serve
25+
2426
#sudo chown doctor bootstrap/cache -R
2527
#sudo chmod 777 storage -R

0 commit comments

Comments
 (0)