mirror of
https://github.com/docker/docs.git
synced 2026-04-02 17:28:55 +07:00
Fix mkdir typo in dockerfile_best-practices.md.
This commit is contained in:
@@ -281,7 +281,7 @@ things like:
|
||||
|
||||
And instead, do something like:
|
||||
|
||||
RUN mdkir -p /usr/src/things \
|
||||
RUN mkdir -p /usr/src/things \
|
||||
&& curl -SL http://example.com/big.tar.gz \
|
||||
| tar -xJC /usr/src/things \
|
||||
&& make -C /usr/src/things all
|
||||
|
||||
Reference in New Issue
Block a user