BitBetter/build.sh

5 lines
85 B
Bash
Executable File

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