
After spending a few hours this morning realizing the official ghost image doesn't support development mode correctly, I had to slightly modify it using docker-compose. If you're making a ghost theme and need an instant way to spin up an instance that syncs your theme over as you edit it, here it is:
Create docker-compose.yml next to your theme folder.
ve…