Run Azure Function App - Docker Image locally
docker run --env-file .env --rm -p 8080:80 IMAGE
The API is exposed externally at 8080
8080
Home
HTTP Routes have a /api/ prefix
/api/
eg: http://localhost:8080/api/index