readme
This commit is contained in:
@@ -122,6 +122,12 @@ Be aware that a first up, since the db is empty, it will be populated with your
|
|||||||
|
|
||||||
## Druapal Composer install
|
## Druapal Composer install
|
||||||
Only at first up, finish to install drupal composer dependencies
|
Only at first up, finish to install drupal composer dependencies
|
||||||
|
but first we need to downgrade composer to version 1
|
||||||
|
```
|
||||||
|
docker exec -u 0 -it enfrancais_api_1 /bin/bash
|
||||||
|
composer selfupdate --1
|
||||||
|
```
|
||||||
|
ctrl+d
|
||||||
```
|
```
|
||||||
make exec_api
|
make exec_api
|
||||||
composer install
|
composer install
|
||||||
|
|||||||
Reference in New Issue
Block a user