mirror of
https://github.com/yavook/kiwi-scp.git
synced 2024-11-22 04:43:00 +00:00
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
|
# Combinations
|
||||||
.PHONY: %-update
|
.PHONY: %-update
|
||||||
%-update: %$(PROJ_SUFFX) %-build %-pull copy-conf
|
%-update: %$(PROJ_SUFFX) %-build %-pull copy-conf
|
||||||
$(MAKE) $(call projname,$<)-cmd x="restart $(x)"
|
$(MAKE) $(call projname,$<)-down
|
||||||
$(MAKE) $(call projname,$<)-up
|
$(MAKE) $(call projname,$<)-up
|
||||||
|
|
||||||
# Arbitrary compose command
|
# Arbitrary compose command
|
||||||
|
|
Loading…
Reference in a new issue