Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit faae2d1

Browse files
authored
Update Functions/Node dockerfile to provide Azurite by default (#1566)
Necessary for local development.
1 parent 11922de commit faae2d1

File tree

1 file changed

+6
-0
lines changed
  • containers/azure-functions-node/.devcontainer

1 file changed

+6
-0
lines changed

containers/azure-functions-node/.devcontainer/Dockerfile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,9 @@ FROM mcr.microsoft.com/azure-functions/node:4-node${VARIANT}-core-tools
88
# RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
99
# && apt-get -y install --no-install-recommends <your-package-list-here>
1010

11+
# [Optional] Uncomment if you want to run your Function locally with
12+
# local.settings.json using `"AzureWebJobsStorage": "UseDevelopmentStorage=true"`
13+
# RUN sudo -u node npm install -g azurite
14+
15+
# [Optional] Uncomment if you want to install more global node packages
16+
# RUN sudo -u node npm install -g <your-package-list-here>

0 commit comments

Comments
 (0)