WordPress and Docker
-
Hi, assuming WordPress is in a docker container, and I want the theme to be developable as well, which files should go in a volume and which ones in the container itself? Let’s say I put the
wp-content
in a volume, but if I have my own custom theme and it evolves with time (it is version controlled), since that theme is in a volume, a change to that theme will not be a change to “the content of the docker image” and so will not trigger an image re-build (in an automatic setup, but even if it did, it would not have an effect on the image). So I don’t know in this scenario, how new changes to the theme can be reflected to the production server.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘WordPress and Docker’ is closed to new replies.