1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #9057 from andi5/typo-best-practices

Fix mkdir typo in dockerfile_best-practices.md.
This commit is contained in:
James Turnbull 2014-11-10 00:10:20 -05:00
commit 1e75c9e8b4

View file

@ -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