mrserverless/serverless-golang

No rule to make target

reidblomquist opened this issue · 1 comments

Getting these errors attempting to run examples - not sure where the breakdown is.

Running: make test build deploy

Results in:

docker-compose run --rm sls-go make _deps
make: *** No rule to make target `_deps'.  Stop.
Makefile:13: recipe for target 'deps' failed
make: *** [deps] Error 2

Any tips or pointers to troubleshoot/get this running would be much appreciated!

Cheers,
Reid

Did some basic docker/fs debugging and it looks like my volume simply isn't getting created properly. Closing this and debugging through separate channels (using a kind of funky setup with lxss)