Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
don't repeat yourself: use ./app-start for make run
  • Loading branch information
softmoth committed Jul 9, 2018
1 parent 93af3ea commit dd96e63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -74,7 +74,7 @@ help:

run:
@echo "Starting local server…"
morbo -w assets app.pl
./app-start

docker-image:
docker build -t $(DOCKER_IMAGE_NAME) .
Expand Down

0 comments on commit dd96e63

Please sign in to comment.