This looks like a great service for some of our use cases, and would love to get a docker instance up but running into a couple of issues. Any guidance would be appreciated.
Both the Dockerfile (https://github.com/whosonfirst/go-whosonfirst-pip-v2/blob/master/Dockerfile#L33) and documentation make a reference to make bin but looking at the Makefile, there doesn't seem to be a bin directive. I switched this to tools, but then ran into some other issues with downloading dependences when building the Docker container.
I can however run locally using make tools (if that helps at all).
Hello,
This looks like a great service for some of our use cases, and would love to get a docker instance up but running into a couple of issues. Any guidance would be appreciated.
Both the Dockerfile (https://github.com/whosonfirst/go-whosonfirst-pip-v2/blob/master/Dockerfile#L33) and documentation make a reference to
make bin
but looking at the Makefile, there doesn't seem to be abin
directive. I switched this totools
, but then ran into some other issues with downloading dependences when building the Docker container.I can however run locally using
make tools
(if that helps at all).