Skip to content
This repository was archived by the owner on Oct 14, 2023. It is now read-only.

Commit 6e14a43

Browse files
author
Yoichi Kawasaki
committed
Added Console logging option in Dockerfile: AzureFunctionsJobHost__Logging__Console__IsEnabled
1 parent 35d2e2a commit 6e14a43

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

v2functions/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,7 @@ FROM mcr.microsoft.com/azure-functions/python:2.0
22

33
COPY . /home/site/wwwroot
44

5+
ENV AzureFunctionsJobHost__Logging__Console__IsEnabled=true
6+
57
RUN cd /home/site/wwwroot && \
6-
pip install -r requirements.txt
8+
pip install -r requirements.txt

0 commit comments

Comments
 (0)