chore(docker): add vendor to .dockerignore, update Composer installation in Dockerfile, and clean up README instructions
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user