Update README.md

This commit is contained in:
refactorian
2025-01-06 22:18:03 +09:00
parent 184a31e88e
commit c9d4bf9dca

View File

@@ -26,10 +26,7 @@
- `git clone https://github.com/refactorian/laravel-docker.git`
- `cd laravel-docker`
- `docker compose up -d --build`
- `docker compose exec phpmyadmin chmod 777 /sessions`
- `docker compose exec php bash`
- `chown -R www-data:www-data /var/www/storage /var/www/bootstrap/cache`
- `chmod -R 775 /var/www/storage /var/www/bootstrap/cache`
- `composer setup`
### From the second time onwards