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
149 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"
2017-10-29 20:13:38 +01:00
dotnet restore
dotnet publish
2017-10-29 20:44:54 +01:00
docker build . -t bitbetter/licensegen # --squash
2017-10-29 20:13:38 +01:00