When using wp-env (Docker) to set up a WordPress environment, the contents of the public directory are created as symlinks in the outDir. However, since the original files are not present inside the container, the symlinks are broken.
Is there any recommended solution for this?