Initial commit

This commit is contained in:
an 2017-06-28 12:23:37 +02:00
parent 745bfc8d2b
commit fe8343300a
5 changed files with 166 additions and 4 deletions

6
dockerbuild.sh-dist Executable file
View file

@ -0,0 +1,6 @@
#!/bin/sh
VERSION=`git rev-parse --abbrev-ref HEAD`
BUILD=`git rev-list HEAD --count`
echo $VERSION-$BUILD
docker build -t dr.dnix.de/flokatirc:$VERSION-$BUILD -f Dockerfile .
docker push dr.dnix.de/flokatirc:$VERSION-$BUILD