Question
Ember-CLI Dokku Deployment: Buildpack? Copy Dist Folder? Pre-build Docker Image?
I’m looking to deploy Ember-CLI Apps using a Dokku Droplet.
Has anyone created a Dokku BuildPack for Ember?
Does running ‘ember serve –environment production’ locally allow you to just copy the Dist Folder?
Any help would be greatly appreciated. I have followed the Dokkku guide and can get an application live, just not ember-cli. If you could post as much regarding a potential solution and detailed steps that would be a great help. I’ve spent countless hours researching and looking into this problem but it’s a topic not very well covered.
Is a procfile required/recommended?
If so, is this the correct input:
'web: ember serve –environment production –port $PORT’
Also the best/easiest option for to setup a Ruby on Rails backend API would be greatly appreciated
Thanks!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×