1
0
mirror of https://github.com/jakeswenson/BitBetter.git synced 2023-10-10 13:36:57 +02:00
BitBetter/src/licenseGen/build.sh

12 lines
147 B
Bash
Raw Normal View History

2017-10-29 20:13:38 +01:00
#!/bin/bash
script_dir=`cd $(dirname $0); pwd`
cd $script_dir
dotnet restore
dotnet publish
docker build . -t bitbetter/licenseGen # --squash