Use custom Java 17 image for Azure Function Adapter sample
Resolves #853
This commit is contained in:
committed by
Oleg Zhurakousky
parent
16d81d7d64
commit
d3c96fbb60
@@ -0,0 +1,11 @@
|
||||
FROM springcloudstream/azure-functions-java17:1.0.0
|
||||
|
||||
COPY ./target/azure-functions /src/java-function-app
|
||||
|
||||
RUN mkdir -p /home/site/wwwroot && \
|
||||
cd /src/java-function-app && \
|
||||
cd $(ls -d */|head -n 1) && \
|
||||
cp -a . /home/site/wwwroot
|
||||
|
||||
ENV AzureWebJobsScriptRoot=/home/site/wwwroot \
|
||||
AzureFunctionsJobHost__Logging__Console__IsEnabled=true
|
||||
Reference in New Issue
Block a user