Adding app context

This commit is contained in:
Noah Spannbauer
2021-02-26 11:06:05 -06:00
parent 8e740fab65
commit ecc07c70e4
15 changed files with 241 additions and 31 deletions

View File

@@ -4,6 +4,8 @@
ARG VARIANT="14-buster"
FROM mcr.microsoft.com/vscode/devcontainers/javascript-node:0-${VARIANT}
ENV NODE_OPTIONS=--max_old_space_size=8192
# [Optional] Uncomment this section to install additional OS packages.
# RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
# && apt-get -y install --no-install-recommends <your-package-list-here>