diff --git a/Makefile b/Makefile index d7eedb7..57f57f2 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ .PHONY: all dev prod docs -all: docs prod +all: prod dev: docker-compose build --build-arg BUILD_ENV=development