You've already forked azure-functions-python-db-access
mirror of
https://github.com/netbirdio/azure-functions-python-db-access.git
synced 2026-05-22 17:09:32 -07:00
7 lines
154 B
Bash
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 |