Install Discourse with dockerfile

Possible, probably. Easy? No.

I believe that you would need to build a custom image for that to work. See Can Discourse ship frequent Docker images that do not need to be bootstrapped?.

You could conceivably run the bootstrap command, which creates the docker image you need, and then start it up with the appropriate ENV settings.

But if you want support here, you’ll need to build and run the image with ./launcher.

2 Likes