Minimize scripts in drupal-entry.pl in a way that only have interactions with SQL database (that can only perform when container is running)
@esaumell would be nice if you check what code strictly stick to SQL database connection in drupal-entry.pl file
You can get inspired of what we achieved in guifi-api. In docker-entrypoint.sh is nearly empty, this means very fast initialization when docker container is downloaded