Skip to content

Commit

Permalink
feat: add dependency target to container-server target
Browse files Browse the repository at this point in the history
  • Loading branch information
SayakMukhopadhyay committed Dec 22, 2024
1 parent 0dabd02 commit 2bf59ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 2bf59ca

Please sign in to comment.