Setup: Wordpress
This example demonstrates how to set up a test environment for a Wordpress website with a custom theme. This can be very useful to test a theme in a staging environment and sharing it with other people.
See the complete example code on GitHub
valist.yml
Dockerfile
This uses a custom Dockerfile which is using the default Wordpress image but also copies over a custom theme to the folder holding the themes in Wordpress.
Last updated
Was this helpful?