mit-dci / lit

Lightning Network node software
MIT License
551 stars 119 forks source link

Dockerfile broken #332

Open delbonis opened 6 years ago

delbonis commented 6 years ago

It builds properly but when you attempt to run it it gives this error:

2018/09/06 17:54:42 Error while creating a directory
2018/09/06 17:54:42 Creating a new config file

and then exits. (Although there's a chance I might just be doing something wrong somehow.)

It also uses the old build steps, it should be running make lit instead of go build and also expose ports more sensibly.