Need to remove this WORKDIR statement: https://github.com/ideasonpurpose/docker-wordpress-dev/blame/894f14dd55fb8681fd4658e59ac78737877a5dcf/Dockerfile#L102

Because WordPress uses $PWD when copying files on first run, that WORKDIR statement caused the core WordPress files to be copied to /usr/src instead of /var/www/html, so local sites totally broke since they had no files to serve.

https://github.com/docker-library/wordpress/blob/77245d4294cadf422ef17bc7fd6d0a9c6ae36d7a/docker-entrypoint.sh#L34-L36