Added FissionContext class Changed name on both class and function for input code to avoid namespace clashes when adding FissionContext Updated README Added section on how to develop/debug the code to README, might be obvious for some but not all Changed code input from static function to method
4 lines
85 B
Bash
Executable File
4 lines
85 B
Bash
Executable File
dotnet restore
|
|
dotnet publish -c Release -o out
|
|
docker build -t fission/dotnet-env .
|