Bomret / azure-function-dockertemplate

A template to run the Azure Functions runtime v2 as a docker container

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Azure Functions Docker template

This repo contains a minimal Azure Function app template configured to run as a Docker container.

Build

docker build -t myfunc .

Run

docker run -p 8080:80 myfunc

About

A template to run the Azure Functions runtime v2 as a docker container

License:Apache License 2.0


Languages

Language:JavaScript 100.0%