Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
asbiin committed May 3, 2024
1 parent 3b0dc27 commit 1541894
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .templates/scripts/5/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ if expr "$1" : "apache" 1>/dev/null || [ "$1" = "php-fpm" ]; then
fi

# Run migrations
${ARTISAN} monica:waitfordb
${ARTISAN} waitfordb
${ARTISAN} monica:setup --force -vv

fi
Expand Down
2 changes: 1 addition & 1 deletion 5/apache/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ if expr "$1" : "apache" 1>/dev/null || [ "$1" = "php-fpm" ]; then
fi

# Run migrations
${ARTISAN} monica:waitfordb
${ARTISAN} waitfordb
${ARTISAN} monica:setup --force -vv

fi
Expand Down
2 changes: 1 addition & 1 deletion 5/fpm-alpine/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ if expr "$1" : "apache" 1>/dev/null || [ "$1" = "php-fpm" ]; then
fi

# Run migrations
${ARTISAN} monica:waitfordb
${ARTISAN} waitfordb
${ARTISAN} monica:setup --force -vv

fi
Expand Down
2 changes: 1 addition & 1 deletion 5/fpm/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ if expr "$1" : "apache" 1>/dev/null || [ "$1" = "php-fpm" ]; then
fi

# Run migrations
${ARTISAN} monica:waitfordb
${ARTISAN} waitfordb
${ARTISAN} monica:setup --force -vv

fi
Expand Down

0 comments on commit 1541894

Please sign in to comment.