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.
1 parent e107f6d commit 36ab7d6Copy full SHA for 36ab7d6
docker-compose.yml
@@ -76,6 +76,6 @@ services:
76
depends_on:
77
- mysql
78
working_dir: /var/www/html
79
- entrypoint: ['/var/www/html/artisan']
+ entrypoint: ['php', '/var/www/html/artisan']
80
networks:
81
- laravel
0 commit comments