5 lines
97 B
Bash
Executable File
5 lines
97 B
Bash
Executable File
#!/bin/sh
|
|
dotnet restore
|
|
dotnet publish -c Release -o out
|
|
docker build -t fission/dotnet20-env .
|