mirror of
https://github.com/jakeswenson/BitBetter.git
synced 2023-10-10 13:36:57 +02:00
c97df32b0d
This way we don't have to install dotnet sdk on the host
6 lines
121 B
Bash
Executable File
6 lines
121 B
Bash
Executable File
#!/bin/bash
|
|
|
|
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
|
|
|
docker build -t bitbetter/licensegen "$DIR" # --squash
|