We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad0285a commit 6b76580Copy full SHA for 6b76580
README.md
@@ -41,6 +41,14 @@ To install composer dependencies, run:
41
42
- The `--rm` flag ensures that that intermediate (temporary) containers are deleted once you install packages (to save disk space).
43
44
+---
45
+
46
+To install npm packages, run:
47
48
+ docker-compose run --rm yarn add [name-of-package]
49
50
+- `yarn` is faster than `npm` and contains a lockfile (`yarn.lock`), for deterministic dependency resolution.
51
52
53
# How-to (advanced)
54
0 commit comments