chore(docker): add vendor to .dockerignore, update Composer installation in Dockerfile, and clean up README instructions

This commit is contained in:
2026-06-06 23:26:21 +03:30
parent 3029f80d16
commit 12d149e5d9
3 changed files with 10 additions and 9 deletions

View File

@@ -17,12 +17,6 @@ APP_KEY=base64:xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx=
سپس `APP_URL`، `HTTP_PORT`، `DB_PASSWORD`، `MARIADB_PASSWORD` و `MARIADB_ROOT_PASSWORD` را هم تغییر دهید. مقدار پیش‌فرض `HTTP_PORT=8080` است.
قبل از build، وابستگی‌های PHP را نصب کن:
```bash
composer install --no-dev --prefer-dist
```
برای build کردن imageها:
```bash
@@ -99,3 +93,4 @@ docker compose --env-file .env.production down -v
```bash
docker compose --env-file .env.production restart app queue scheduler
```