Skip to content

Commit ae17cd7

Browse files
author
Jon Heller
authored
Merge pull request #12 from Upstatement/feature/update-wordpress-on-install
Update WordPress after install
2 parents 84fecbc + 1e1f2dd commit ae17cd7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

bin/install

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ echo
2626
docker-compose exec wordpress wp plugin activate --all
2727
echo
2828

29+
echo "Updating WordPress..."
30+
echo
31+
docker-compose exec wordpress wp core update
32+
echo
33+
2934
echo "-------------------------------"
3035
echo "Install completed successfully!"
3136
echo "-------------------------------"

0 commit comments

Comments
 (0)