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 173b815 commit 3cd2878Copy full SHA for 3cd2878
docker-compose.yml
@@ -74,7 +74,7 @@ services:
74
migrations:
75
<<: *laravel-config
76
# TODO: seed in dev
77
- command: ["sh", "-c", "php artisan migrate"]
+ command: ["php", "artisan", "migrate", "--force"]
78
restart: no
79
80
web:
0 commit comments