dunglas / dunglas/frankenphp-drupal
How to expose the source code inside the docker container to the host?
Open
- Dominant language
- Dockerfile
- Stars
- 96
- Forks
- 13
- PR merge metrics
- No merged PRs in 30d
Description
After following the instruction, I can access the web in localhost but I can't see the source code in the host machine. I can only access it inside the PHP docker container.
So how to expose the source code inside the docker container to the host? So I can edit it in development env?

Usually, I use the volume like this in PHP container `- .:/opt/drupal`, but it doesn't work in this case
Contributor guide
Assessment
This issue has not been assessed yet.