Updated Dockerfile and fixed typo in Makefile (#929)

* Updated Dockerfile and fixed typo in Makefile

* PR request

* added small hotfix to basenine
This commit is contained in:
Adrian Gąsior
2022-03-26 23:39:50 +01:00
committed by GitHub
parent 319c3c7a8d
commit 8d19080c11
2 changed files with 6 additions and 8 deletions

View File

@@ -73,7 +73,7 @@ clean-agent: ## Clean agent.
clean-cli: ## Clean CLI.
@(cd cli; make clean ; echo "CLI cleanup done" )
clean-docker: ## Run clen docker
clean-docker: ## Run clean docker
@(echo "DOCKER cleanup - NOT IMPLEMENTED YET " )
test-lint: ## Run lint on all modules