The dkan-tools my.cnf was not being picked up by the mariadb base image we're currently using. This PR removes it, and adds an ENV variable to extend the wait_timeout for mysql.
This should eliminate the issue of mysql "going away" while debugging database operations in PHP.
The dkan-tools my.cnf was not being picked up by the mariadb base image we're currently using. This PR removes it, and adds an ENV variable to extend the wait_timeout for mysql.
This should eliminate the issue of mysql "going away" while debugging database operations in PHP.