iilunin / crypto-bot

Binance crypto bot which supports smart entry, trailing stop-losses and take profits, multiple exit targets, One-Cancels-the-Other functionality, UI Interface
Apache License 2.0
247 stars 51 forks source link

docker: consider admin package-lock.json #4

Closed spiderpug closed 5 years ago

spiderpug commented 5 years ago

The Dockerfile does not add package-lock.json. Packages are not compatible anymore if installed without semver checks.

Also use node:8 to speed up npm install, as node-sass provides native binaries for that version, but not for node 11.