Update Makefile
full restart on container update
This commit is contained in:
parent
53a2380f94
commit
b92adfaf4b
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -215,7 +215,7 @@ endif
|
|||
# Combinations
|
||||
.PHONY: %-update
|
||||
%-update: %$(PROJ_SUFFX) %-build %-pull copy-conf
|
||||
$(MAKE) $(call projname,$<)-cmd x="restart $(x)"
|
||||
$(MAKE) $(call projname,$<)-down
|
||||
$(MAKE) $(call projname,$<)-up
|
||||
|
||||
# Arbitrary compose command
|
||||
|
|
Loading…
Reference in a new issue