You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try do develop modules in Drupal9 using VSCode on Windows and Drupal 9 in a Docker Container (For that pupose, I am using the Docker for Drupal project)
on the Window side I get in my VSCode workspace the following structure:
the web and vendor directories are copied from the php container!
On the windows side (Host) when I create a Hello World empty module under web/modules/custom/helo_world/hello_world.info.yml this one does not appear under http://drupal.docker.localhost:8000/admin/modules
and this although there is a volume definition in the php container and the nginx container (see the docker-compose file).
volumes:
- ./:/var/www/html:cached
I must add that I don't understand what is the target of the docker-compose.override file especially what the codebase definition means.
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: