Skip to content

Commit 11f6e36

Browse files
authored
Update README.md
1 parent b4abdd1 commit 11f6e36

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,3 +69,8 @@ sudo docker-compose down
6969
sudo docker system prune --all
7070
```
7171
#note : sebelum mendeploy app silakan dimatikan terlebih dahulu dockernya, setelah selesai silakan di up kembali
72+
* fix permission storage/logs dan bootstrap/cache di laravel
73+
```bash
74+
sudo chmod -R ugo+rw storage/logs
75+
sudo chmod -R ugo+rw bootstrap/cache
76+
```

0 commit comments

Comments
 (0)