Skip to content

Commit a3261dc

Browse files
authored
Merge pull request nodejs#1387 from nschonni/doctoc-bestpractices
fix: DocToc in Bestpractices.md
2 parents 0904cfd + 7472162 commit a3261dc

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/BestPractices.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,23 @@
11
# Docker and Node.js Best Practices
22

3+
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
4+
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
35
## Table of Contents
46

57
- [Environment Variables](#environment-variables)
68
- [Global npm dependencies](#global-npm-dependencies)
79
- [Upgrading/downgrading Yarn](#upgradingdowngrading-yarn)
10+
- [Local](#local)
11+
- [Global](#global)
812
- [Handling Kernel Signals](#handling-kernel-signals)
913
- [Non-root User](#non-root-user)
1014
- [Memory](#memory)
1115
- [CMD](#cmd)
1216
- [Docker Run](#docker-run)
1317
- [Security](#security)
14-
- [node-gyp in alpine variant](#node-gyp-alpine)
18+
- [node-gyp alpine](#node-gyp-alpine)
19+
20+
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
1521

1622
## Environment Variables
1723

0 commit comments

Comments
 (0)