ryco117 / distort-server

A reference-implementation homeserver for the research anonymity protocol, DistoRt, with broadcasting over IPFS
https://ryco117.github.io/distort-server/
GNU General Public License v3.0
3 stars 1 forks source link

SJCL module not being found by docker #11

Closed ryco117 closed 5 years ago

ryco117 commented 5 years ago

I tried installing on another machine and building using the newly added docker containers, but the distort container could not locate the sjcl module. Will investigate.

ryco117 commented 5 years ago

This has been solved with latest commit, c3dd651ffa0c46b951dc0aecc6eec77d43543183 . sjcl.js is now stored under ./src/ at server runtime, and addressed using a relative path. This is in contrast to the previous method of storing under ./node_modules and using a global path.