Initial add

This commit is contained in:
root
2019-07-23 13:37:58 -05:00
committed by bkraul
commit c4c78ccbcb
5 changed files with 40 additions and 0 deletions
Executable
+12
View File
@@ -0,0 +1,12 @@
#!/bin/bash
VERSION="0.1.77-prerelease"
if [ ! -z "$1" ]
then
VERSION=$1
fi
echo $VERSION
docker build \
-t bkraul/baget:$VERSION \
.