Skip to content

Commit

Permalink
Add fire-stop target to Makefile
Browse files Browse the repository at this point in the history
This allows you to stop in the event you dont want to purge the
container.  That said, I believe this might be nonsense since an up will
recreate the container as we arent passing in flags.  Adding anyway for
completeness! 😎
  • Loading branch information
Nick Silkey committed Jan 9, 2017
1 parent a6b2838 commit af6e67a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,6 @@ fire-rm: preflight ## Run docker-compose rm --force

fire-logs: preflight ## Run docker-compose logs
@docker-compose logs

fire-stop: preflight ## Run docker-compose stop
@docker-compose stop

0 comments on commit af6e67a

Please sign in to comment.