0

I want to make modification to the appearance of discourse by plugin. Due to the plugin architecture I have to fork repos.

First I changed repo in discourse_docker at my forked discourse_docker

Then I forked discourse itself, add some change to test. Went to my in instance, checked Dockerfile - it had link to my repo, installed all by instruction, build an app, enter that app and check git remote show origin - it didn't change:

Fetch URL: https://github.com/discourse/discourse.git

I've tried to remove images and rebuild them, same result

What am I missing here?

It seems that it doesn't build image from that Docker, how to force to build this one?

megas
  • 21,401
  • 12
  • 79
  • 130

1 Answers1

0

Something worthful useful for you I have found. Hopes it works for you.

https://github.com/discourse/discourse_dockerClick

codegeek
  • 11
  • 4