dotnetcron/run_app.sh

7 lines
145 B
Bash
Raw Permalink Normal View History

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