Closed vjuneja closed 7 years ago
Fix for issue https://github.com/niklasf/stockfish.js/issues/8
based on docker documentaion, not specifying --user runs it as root.
https://docs.docker.com/engine/reference/run/#user
In general I'd like to avoid having to build as root, which seems to work fine on Travis and on my machine. Glad you found a workaround, though.
Fix for issue https://github.com/niklasf/stockfish.js/issues/8
based on docker documentaion, not specifying --user runs it as root.
https://docs.docker.com/engine/reference/run/#user