fix: DocToc in Bestpractices.md
Add control statements and re-run generation
This commit is contained in:
parent
0904cfda23
commit
747216238b
|
@ -1,17 +1,23 @@
|
||||||
# Docker and Node.js Best Practices
|
# 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
|
## Table of Contents
|
||||||
|
|
||||||
- [Environment Variables](#environment-variables)
|
- [Environment Variables](#environment-variables)
|
||||||
- [Global npm dependencies](#global-npm-dependencies)
|
- [Global npm dependencies](#global-npm-dependencies)
|
||||||
- [Upgrading/downgrading Yarn](#upgradingdowngrading-yarn)
|
- [Upgrading/downgrading Yarn](#upgradingdowngrading-yarn)
|
||||||
|
- [Local](#local)
|
||||||
|
- [Global](#global)
|
||||||
- [Handling Kernel Signals](#handling-kernel-signals)
|
- [Handling Kernel Signals](#handling-kernel-signals)
|
||||||
- [Non-root User](#non-root-user)
|
- [Non-root User](#non-root-user)
|
||||||
- [Memory](#memory)
|
- [Memory](#memory)
|
||||||
- [CMD](#cmd)
|
- [CMD](#cmd)
|
||||||
- [Docker Run](#docker-run)
|
- [Docker Run](#docker-run)
|
||||||
- [Security](#security)
|
- [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
|
## Environment Variables
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue