diff --git a/Makefile b/Makefile index 3282984b..e9ff16e7 100644 --- a/Makefile +++ b/Makefile @@ -154,7 +154,7 @@ endif --build-arg ARCH=$(ARCH) \ --build-arg VERSION=$(shell jq -r .version package.json) \ --build-arg DEFAULT_MIXPANEL_TOKEN=$(MIXPANEL_TOKEN) \ - `if [ -z "$$DEBUG" ]; then echo ''; else echo '-f Dockerfile.debug'; fi` \ + `if [ -n "$$DEBUG" ]; then echo '-f Dockerfile.debug'; fi` \ -t $(IMAGE) . supervisor: