From 2bf59cac681237729fbfa3f126a145b6da3c21f3 Mon Sep 17 00:00:00 2001 From: Sayak Mukhopadhyay Date: Sun, 22 Dec 2024 23:09:26 +0530 Subject: [PATCH] feat: add dependency target to container-server target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 61440e0a0..e4ab3ef38 100644 --- a/Makefile +++ b/Makefile @@ -78,7 +78,7 @@ docker-server: @echo -e "**** The use of docker-server is deprecated. Use container-server instead. ****" 1>&2 $(MAKE) container-server -container-server: ## Run Hugo locally within a container, available at http://localhost:1313/ +container-server: dependencies ## Run Hugo locally within a container, available at http://localhost:1313/ # no build lock to allow for read-only mounts git submodule update --init --recursive --depth 1 $(CONTAINER_RUN) -p 1313:1313 \