tonycoco / heroku-buildpack-ember-cli

A Heroku Buildpack for Ember CLI Applications
MIT License
320 stars 121 forks source link

Can't start container on dokku-alt but works on dokku #61

Closed crunchtime-ali closed 9 years ago

crunchtime-ali commented 9 years ago

I'm using this buildpack to deploy my container to dokku which works as it's supposed to. I've got a second host running dokku-alt and deployed my Ember-CLI application there as well. Upon start the only log-message I get via dokku logs <container is: setuidgid: usage: setuidgid account child

Do you know what might be the problem or how I can get more information regarding this problem?

tonycoco commented 9 years ago

I'm not familiar with the Dokku platform. I'll do some research tonight.

crunchtime-ali commented 9 years ago

that would be cool. It's basically a self-hosted mini-heroku using the same Procfiles etc.

tonycoco commented 9 years ago

Going to close this until I get some time to support Dokku.

crunchtime-ali commented 9 years ago

By the way, I'm successfully using the buildpack with dokku. For dokku-alt issue happens with other buildpacks too and is tracked here: https://github.com/dokku-alt/dokku-alt/issues/200

chibipirate commented 9 years ago

@tonycoco @dj-hedgehog any updates? I'm seeing this issue: -----> Installing dependencies remote: /tmp/buildpacks/custom/bin/compile: line 154: 118 Killed npm install --quiet --userconfig $build_dir/.npmrc 2>&1 remote: 119 Done | indent To dokku@domain.com:app ! [remote rejected] master -> master (pre-receive hook declined) error: failed to push some refs to 'dokku@domain.com:app'

tonycoco commented 9 years ago

I don't have dokku, nor do I really want to support it. If you put together a PR with the necessary changes, I'll gladly accept them :)