Fix upload permissions and make database persistent #17

Merged
bilal.catic merged 7 commits from docker-fix-mysql-and-permissions into master 2018-09-04 09:04:40 +02:00
Showing only changes of commit df816f0dd7 - Show all commits

View File

@@ -13,14 +13,16 @@ wp core update-db --allow-root
# Activate plugins in desired order
# (if plugin is already activated command will do nothing)
wp plugin activate woocommerce --allow-root
wp plugin activate woocommerce-product-bundles --allow-root
wp plugin activate woocommerce-jetpack --allow-root
wp plugin activate groups --allow-root
wp plugin activate jwt-authentication-for-wp-rest-api --allow-root
wp plugin activate wiaas --allow-root
wp plugin activate gravityforms --allow-root
wp plugin activate gravityflow --allow-root
wp plugin activate capability-manager-enhanced --allow-root
wp plugin activate groups --allow-root
wp plugin activate wp-user-groups --allow-root
wp plugin activate wiaas --allow-root
# Execute database update for updated plugins
# (if no changes detected command will do nothing)