graphql-editor / stucco-js-azure-worker

Javascript runtime for Azure Functions and stucco worker functions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

Javascript runtime for Stucco functions in Azure Functions host

Usage

Build new image with your function like this:

FROM gqleditor/stucco-js-azure-worker:node12

ENV AzureWebJobsScriptRoot=/home/site/wwwroot \
    AzureFunctionsJobHost__Logging__Console__IsEnabled=true

COPY . /home/site/wwwroot

RUN cd /home/site/wwwroot && \
    npm install --production

WORKDIR /home/site/wwwroot

About

Javascript runtime for Azure Functions and stucco worker functions


Languages

Language:TypeScript 87.1%Language:JavaScript 12.1%Language:Shell 0.8%