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?