We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f37080c + 356bd51 commit f480e32Copy full SHA for f480e32
docker-compose.yml
@@ -57,6 +57,7 @@ services:
57
- php
58
networks:
59
- laravel
60
+ entrypoint: ['composer', '--ignore-platform-reqs'] # Install without other php modules required
61
62
npm:
63
image: node:13.7
0 commit comments