mirror of
https://github.com/jakeswenson/BitBetter.git
synced 2025-05-24 22:43:26 +00:00
5 lines
83 B
Bash
Executable File
5 lines
83 B
Bash
Executable File
#!/bin/bash
|
|
|
|
dotnet restore
|
|
dotnet publish
|
|
docker build . -t bitbetter/api --squash |