Skip to content

Commit

Permalink
Add a default help target in the Makefile.
Browse files Browse the repository at this point in the history
(side benefit: running make now won't automatically rebuild the docker
image.)
  • Loading branch information
rspier committed Sep 30, 2019
1 parent 2d695f6 commit f877dbf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
@@ -1,5 +1,8 @@
PORT=4000

help:
@echo "Use 'make build-image' or 'make serve'"

# Build a docker image to serve the gsocguides locally.
build-image:
docker build -t gsocguides:latest .
Expand Down

0 comments on commit f877dbf

Please sign in to comment.