Sign inSign up

mikeplavsky/azure-functions-cli

By mikeplavsky

Updated over 8 years ago

azure-functions-core-tools@core

Image
0

347

mikeplavsky/azure-functions-cli repository overview

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;"]

Tag summary

Content type

Image

Digest

Size

648.7 MB

Last updated

over 8 years ago

docker pull mikeplavsky/azure-functions-cli