From 277701fcdc60ada828374f579aff1fe3d1857498 Mon Sep 17 00:00:00 2001 From: manilde Date: Tue, 24 Oct 2023 14:38:38 +0200 Subject: [PATCH] Update Makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 0934a2f..6d2b651 100644 --- a/Makefile +++ b/Makefile @@ -17,10 +17,10 @@ push: build ## Push prod image to Amsterdam registry $(dc) push app: ## Run app - $(run) --service-ports web + $(run) --service-ports dev dev: ## Run the development app - $(run) --service-ports web + $(run) --service-ports dev test: ## Execute tests $(run) test $(ARGS)