added build hook for autobuilds

This commit is contained in:
Tamás Gérczei 2020-05-14 07:09:07 +02:00
parent eb78049c67
commit 827087ebc8
Signed by: tgerczei
GPG Key ID: 9E1246D452248DCE
1 changed files with 2 additions and 0 deletions

2
hooks/build Normal file
View File

@ -0,0 +1,2 @@
#!/bin/sh
docker build --build-arg VERSION=development -t $IMAGE_NAME .