ctubio / tribeca

Self-hosted crypto trading bot (automated high frequency market making) in node.js, angular, typescript and c++
https://127.0.0.1:3000
Other
95 stars 26 forks source link

Docker failed to build #127

Closed zbanga closed 7 years ago

zbanga commented 7 years ago

docker: Error response from daemon: oci runtime error: container_linux.go:247: starting container process caused "exec: \"node_modules/.bin/forever\": stat node_modules/.bin/forever: no such file or directory".

ctubio commented 7 years ago

forever is included at https://github.com/ctubio/tribeca/blob/master/package.json#L49, so i believe the installation didnt finnished for whatever reason (only Docker knows), i suggest to not use Docker (alternatively retry Docker installation but makig sure Docker have everything it needs [try to clean old unused images/containers if any that may be eating space])

but may be another problem before this, because this is at the very end when forever tries to be executed. i think must be another error message at the installation time (the very first log of the very first run of the image, because next logs may not show installation steps [the real interesting log] but app execution [the log you pasted])