4 lines
144 B
Bash
Executable File
4 lines
144 B
Bash
Executable File
#!/bin/bash
|
|
cd `dirname $(readlink -f "$0")`/..
|
|
docker exec -it anp-dotnet dotnet run --project /workspace/CSharp/AnP.csproj -f net10.0
|
|
cd Tools |