Guest User

Untitled

a guest
Jan 17th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. deps: $(DOTENV_TARGET)
  2. docker-compose run --rm serverlessGo make _depsGo
  3. .PHONY: deps
  4.  
  5. _depsGo:
  6. dep ensure
  7. zip -rq $(GOLANG_DEPS_ARTIFACT) $(GOLANG_DEPS_DIR)/
  8. .PHONY: _depsGo
Add Comment
Please, Sign In to add comment