Skip to content

Commit

Permalink
fix: typo in docker image reference
Browse files Browse the repository at this point in the history
  • Loading branch information
UlisesGascon committed Apr 15, 2024
1 parent c85b810 commit b3163fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -16,7 +16,7 @@ help: ## This help

serve: ## Local server
@echo "${BLUE}Servering website in localhost:4000${RESET}"
docker run -p 4000:4000 -v $(DIR):/usr/src/app my-jekyll-project
docker run -p 4000:4000 -v $(DIR):/usr/src/app expressjs.com

build: ## Build site
@echo "${BLUE}Building site...${RESET}"
Expand Down

0 comments on commit b3163fb

Please sign in to comment.