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
9090
9191### Docker Run
9292
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
9494override ` NPM_CONFIG_LOGLEVEL ` .
9595
9696```
@@ -130,7 +130,7 @@ This image is based on the popular
130130much smaller than most distribution base images (~ 5MB), and thus leads to much
131131slimmer images in general.
132132
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
134134possible is desired. The main caveat to note is that it does use
135135[ musl libc] ( http://www.musl-libc.org ) instead of
136136[ glibc and friends] ( http://www.etalabs.net/compare_libcs.html ) , so certain
You can’t perform that action at this time.
0 commit comments