File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ ENV NPM_CONFIG_LOGLEVEL warn
90
90
91
91
### Docker Run
92
92
93
- If you run the node image using ` docker run˙ you can use the ` -e` flag to
93
+ If you run the node image using ` docker run ` you can use the ` -e ` flag to
94
94
override ` NPM_CONFIG_LOGLEVEL ` .
95
95
96
96
```
@@ -130,7 +130,7 @@ This image is based on the popular
130
130
much smaller than most distribution base images (~ 5MB), and thus leads to much
131
131
slimmer images in general.
132
132
133
- This variant is highly recommended when final image size being as small as
133
+ This variant is highly recommended when final image size being as small as
134
134
possible is desired. The main caveat to note is that it does use
135
135
[ musl libc] ( http://www.musl-libc.org ) instead of
136
136
[ glibc and friends] ( http://www.etalabs.net/compare_libcs.html ) , so certain
You can’t perform that action at this time.
0 commit comments