added post-build hook

This commit is contained in:
alexanderbeletsky
2013-12-14 18:25:01 +02:00
parent 8210323ece
commit b206c2b4f5

1
dokku
View File

@@ -39,6 +39,7 @@ case "$1" in
docker attach $id
test $(docker wait $id) -eq 0
docker commit $id $IMAGE > /dev/null
pluginhook post-build $APP $IMAGE
;;
release)