Files
2024-01-02 16:33:07 +01:00

7 lines
154 B
Bash

#!/bin/sh
echo "Starting netbird"
/bin/netbird up &
echo "Starting Azure Functions handler"
/azure-functions-host/Microsoft.Azure.WebJobs.Script.WebHost