dotnetcron/run_app.sh
2017-07-07 17:00:38 +01:00

7 lines
No EOL
145 B
Bash

#!/bin/bash
# Set environment variables copied from container
source /app/set_env.sh;
# Run your dotnet console app
dotnet /app/dotnet-cron.dll