lichess-org / stockfish.js

The strong open source chess engine Stockfish compiled to JavaScript and WebAssembly using Emscripten
GNU General Public License v3.0
200 stars 29 forks source link

remove --user option from docker run in readme #10

Closed vjuneja closed 7 years ago

vjuneja commented 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

niklasf commented 7 years ago

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.