BitBetter/build.sh

5 lines
83 B
Bash
Executable File

#!/bin/bash
dotnet restore
dotnet publish
docker build . -t bitbetter/api --squash