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