schollz / find3

High-precision indoor positioning framework, version 3.
https://www.internalpositioning.com/doc
MIT License
4.63k stars 364 forks source link

Incorrect commands on server_setup.md relative to build from the Dockerfile #170

Closed Goliath86 closed 5 years ago

Goliath86 commented 5 years ago

On the server_setup.md file, there is the explanation to get the Dockerfile file from this repository and then to build the docker image from it. What is missing is that the docker build command must include the -f option to refer to the recently downloaded Dockerfile otherwise the command throw an error (missing argument). The command after the wget command must be:

docker build -f Dockerfile -t schollz/find3 .

Tested on a Raspberry Pi.

ps: pay attention to the dot at the end of the command