Major update
This commit is contained in:
12
functions/season-loader/Dockerfile
Normal file
12
functions/season-loader/Dockerfile
Normal file
@@ -0,0 +1,12 @@
|
||||
# To enable ssh & remote debugging on app service change the base image to the one below
|
||||
# FROM mcr.microsoft.com/azure-functions/node:4-node16-appservice
|
||||
FROM mcr.microsoft.com/azure-functions/node:4-node16
|
||||
|
||||
ENV AzureWebJobsScriptRoot=/home/site/wwwroot \
|
||||
AzureFunctionsJobHost__Logging__Console__IsEnabled=true
|
||||
|
||||
COPY . /home/site/wwwroot
|
||||
|
||||
RUN cd /home/site/wwwroot && \
|
||||
npm install && \
|
||||
npm run build
|
||||
Reference in New Issue
Block a user