Merge branch 'feature/BETERAN-BACKEND-APP-BROWSER-init' of https://gitlab.loafle.net/bet/beteran-backend-app-browser into feature/BETERAN-BACKEND-APP-BROWSER-init

This commit is contained in:
이담 정 2022-11-28 00:46:11 +00:00
commit c93165ab13

View File

@ -14,4 +14,4 @@ FROM mcr.microsoft.com/vscode/devcontainers/typescript-node:0-${VARIANT}
# [Optional] Uncomment if you want to install more global node packages # [Optional] Uncomment if you want to install more global node packages
# RUN su node -c "npm install -g <your-package-list -here>" # RUN su node -c "npm install -g <your-package-list -here>"
RUN su node -c "npm install -g npm@8.12.1" RUN su node -c "npm install -g npm@9.1.1"