Skip to content

Commit e086a2d

Browse files
authored
Create host.DockerFIle
1 parent 6dcf73a commit e086a2d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

host/base/host.DockerFIle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
FROM mcr.microsoft.com/azure-functions/node:3.0
2+
ENV AzureWebJobsScriptRoot=/home/site/wwwroot AzureFunctionsJobHost__Logging__Console__IsEnabled=true FUNCTIONS_V2_COMPATIBILITY_MODE=true
3+
ENV WEBSITE_HOSTNAME localhost
4+
ENV WEBSITE_SITE_NAME CentauriTest
5+
ENV AZURE_FUNCTIONS_ENVIRONMENT Development

0 commit comments

Comments
 (0)