My main question is: why are you doing that?
Things to check:
-
Does the ember-cli process have access to the plugins directory?
-
What does your shared volume include? The whole Discourse directory? In particular, I’m thinking of
public/assets
andapp/assets/javascripts/discourse/dist
-
Where are your HTTP requests going? Ember-cli’s proxy? Or straight to the Rails app? (either can work, but knowing which way round you’re doing it may help debug)