diff --git a/docker/entrypoint.sh b/docker/entrypoint.sh index d4f210b..cc0f248 100644 --- a/docker/entrypoint.sh +++ b/docker/entrypoint.sh @@ -4,4 +4,4 @@ if [ "$RUN_UNIT_TESTS" = True ] ; then python -m unittest discover -s /app -t /app else python /app/src/main.py -fi \ No newline at end of file +fi diff --git a/makefile b/makefile index ed4b329..a3108f9 100644 --- a/makefile +++ b/makefile @@ -41,4 +41,4 @@ shell: ## Make interactive docker container -e RUN_UNIT_TESTS=True juniper-mist help: - @grep -h -E '^[a-zA-Z0-9_-]+:.*?## .*$$' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}' \ No newline at end of file + @grep -h -E '^[a-zA-Z0-9_-]+:.*?## .*$$' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}'