Skip to content

Commit 3cd2878

Browse files
committed
migrate force in prod
1 parent 173b815 commit 3cd2878

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ services:
7474
migrations:
7575
<<: *laravel-config
7676
# TODO: seed in dev
77-
command: ["sh", "-c", "php artisan migrate"]
77+
command: ["php", "artisan", "migrate", "--force"]
7878
restart: no
7979

8080
web:

0 commit comments

Comments
 (0)