This commit is contained in:
2021-02-11 18:25:00 +01:00
parent 00418aa629
commit 1bf2cbdba9
+6
View File
@@ -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