first commit

This commit is contained in:
2025-09-10 15:28:46 +03:30
commit 00edec179a
204 changed files with 21024 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
docker network create app
cd deploy
docker compose up -d
docker exec -it api php artisan migrate --force
docker exec -it api php artisan key:generate --force
docker exec -it api php artisan optimize