Skip to content

Commit

Permalink
Makefile: add update rule
Browse files Browse the repository at this point in the history
  • Loading branch information
hbbio committed Feb 19, 2015
1 parent ec33582 commit 6899041
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,10 @@ kill:

rm:
docker rm peps_smtpin peps_server peps_mongod peps_solr peps_smtpout

rmi_peps:
docker rmi peps

# Update the peps_server container
update: stop rm rmi_peps build run

0 comments on commit 6899041

Please sign in to comment.