BitBetter/build.sh
2017-10-22 10:09:25 -07:00

5 lines
83 B
Bash
Executable File

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