Hi there,
I have read this tutorial: Ghost Docs
I cloned the repo on my local computer, then I have created a Dockerfile followed by the article above.
Then, I have built it.
Then, When I run it, it shows the picture below.
I get close to this now, I think I missed some steps. One question, do I need to change anything from package.json or config.development.json.
Thank you.
I maintain a Docker project for Ghost. You might be interested to take a look. It uses all best practices I’m aware of we can do in a Dockerfile + CICD workflow.
Use a complexe but easy to follow multi-stage build. This docker image is much smaller. See details below.
Use a node-core layer in order to not include npm, yarn, npx and friends in the final docker image