fix: DocToc in Bestpractices.md

Add control statements and re-run generation
This commit is contained in:
Nick Schonning 2020-11-02 10:58:56 -05:00
parent 0904cfda23
commit 747216238b
1 changed files with 7 additions and 1 deletions

View File

@ -1,17 +1,23 @@
# Docker and Node.js Best Practices
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
## Table of Contents
- [Environment Variables](#environment-variables)
- [Global npm dependencies](#global-npm-dependencies)
- [Upgrading/downgrading Yarn](#upgradingdowngrading-yarn)
- [Local](#local)
- [Global](#global)
- [Handling Kernel Signals](#handling-kernel-signals)
- [Non-root User](#non-root-user)
- [Memory](#memory)
- [CMD](#cmd)
- [Docker Run](#docker-run)
- [Security](#security)
- [node-gyp in alpine variant](#node-gyp-alpine)
- [node-gyp alpine](#node-gyp-alpine)
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
## Environment Variables