Hi everyone,
I am following this toturial to create a development environment for casper and docker https://www.grottedubarbu.fr/ghost-docker-theme-dev/
I have two repository:
- the ghost blog
- the theme
I usually clone both in different directories and do a symlink so it’s available in my work space, this work great.
I am able to edit the forked casper theme and have the change by pressing F5.
I now want within the CI to create a docker image using a custom Dockerfile
where I’ll add the theme in it.
Perhaps the idea is bad, how would you recommend to do that?