1
0
mirror of https://github.com/jakeswenson/BitBetter.git synced 2023-10-10 13:36:57 +02:00
BitBetter/src/licenseGen/build.sh
Vinrobot c97df32b0d
Build licenseGen in Docker
This way we don't have to install dotnet sdk on the host
2019-07-05 20:29:22 +02:00

6 lines
121 B
Bash
Executable File

#!/bin/bash
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
docker build -t bitbetter/licensegen "$DIR" # --squash