-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Description
Scala apps, including Play Framework apps, are not building and instead giving this error:
$ git push dokku
Counting objects: 51, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (29/29), done.
Writing objects: 100% (51/51), 5.51 KiB | 0 bytes/s, done.
Total 51 (delta 12), reused 0 (delta 0)
-----> Cleaning up ...
-----> Building scala-getting-started ...
-----> Adding BUILD_ENV to build environment...
-----> Scala app detected
remote:
remote: gzip: stdin: unexpected end of file
remote: tar: Child returned status 1
remote: tar: Error is not recoverable: exiting now
To dokku@example.com:scala-getting-started
! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to 'dokku@example.com:scala-getting-started'
Above, I'm using Heroku's scala-getting-started repo as described in their getting started guide.
I'm using Dokku v0.3.11 on a fresh Digital Ocean droplet with Ubuntu 14.04 x64.
Metadata
Metadata
Assignees
Labels
No labels