azure-functions-core-tools@core
347
FROM microsoft/dotnet
RUN apt-get update RUN curl -sL https://deb.nodesource.com/setup_8.x | bash - RUN apt-get install -y nodejs
ENV AF_UPDATED 18/12/2017 RUN npm i -g azure-functions-core-tools@core --unsafe-perm
RUN apt-get install -y nginx WORKDIR /funcs
ADD vhost.conf /etc/nginx/sites-available/default
CMD ["nginx", "-g", "daemon off;error_log /dev/stderr info;"]
Content type
Image
Digest
Size
648.7 MB
Last updated
over 8 years ago
docker pull mikeplavsky/azure-functions-cli