Files
fission-src/environments/dotnet/build.sh
T

7 lines
142 B
Bash
Executable File

#!/bin/sh
THIS_DIR=$(realpath $(dirname $0))
docker run -v $THIS_DIR:/proj microsoft/dotnet:1.1-sdk sh -c "cd /proj && ./project-build.sh"