BitBetter/build.sh

5 lines
85 B
Bash
Raw Normal View History

2017-10-22 19:08:50 +02:00
#!/bin/bash
dotnet restore
dotnet publish
2017-10-22 19:41:02 +02:00
docker build . -t bitbetter/api # --squash