This commit is contained in:
Jake Swenson
2017-10-29 12:13:38 -07:00
parent 5c58b0d8fd
commit f7ec8b477d
6 changed files with 179 additions and 66 deletions

11
src/licenseGen/build.sh Executable file
View File

@@ -0,0 +1,11 @@
#!/bin/bash
script_dir=`cd $(dirname $0); pwd`
cd $script_dir
dotnet restore
dotnet publish
docker build . -t bitbetter/licenseGen # --squash