diff --git a/hooks/build b/hooks/build index 27fab87..2961b16 100755 --- a/hooks/build +++ b/hooks/build @@ -4,5 +4,5 @@ TAG=$(git describe --abbrev=0 --tags) docker build\ --build-arg BASE_IMAGE=3.7-alpine3.7\ -t vaultify:$TAG\ - --target production\ + --target prod\ .