mirror of
https://github.com/jakeswenson/BitBetter.git
synced 2025-12-20 23:36:44 +00:00
updates
This commit is contained in:
11
src/licenseGen/build.sh
Executable file
11
src/licenseGen/build.sh
Executable 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
|
||||
|
||||
Reference in New Issue
Block a user