forked fromaschmelyun/docker-compose-laravel
- Notifications
You must be signed in to change notification settings - Fork0
Commit356bd51
committed
Add --ignore-platform-reqs flag to Composer
When using composer, the image may not have the required php extensions or modules to install successfully, so you have to manually pass the --ignore-platform-reqs flag each time.Adding this to the entry point of the image means that you can just run docker-compose run composer without additional flags.This avoids adding caveats to the documentation and adds to the "it just works" utility of docker.1 parent59bf8b2 commit356bd51
1 file changed
+1
-0
lines changedLines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
57 | 57 |
| |
58 | 58 |
| |
59 | 59 |
| |
| 60 | + | |
60 | 61 |
| |
61 | 62 |
| |
62 | 63 |
| |
|
0 commit comments
Comments
(0)