docker4drupal
docker4drupal copied to clipboard
How to access to site resources with drush
I'm creating a custom drush command and I've to access the sitemap.xml file generated by simple xml sitemap. The problem is that I'm working in my local machine and the php container can't access to custom local domain that I'm using to develop the site.
Is there a solution?