mirror of
https://github.com/docker/compose.git
synced 2025-07-24 06:04:57 +02:00
Fix small typo: bulid -> build
Signed-off-by: Tom Van Rompaey <tom.vanrompaey@it-consultis.com>
This commit is contained in:
parent
7f22744658
commit
ab173472b4
@ -233,7 +233,7 @@ class TopLevelCommand(object):
|
|||||||
--force-rm Always remove intermediate containers.
|
--force-rm Always remove intermediate containers.
|
||||||
--no-cache Do not use cache when building the image.
|
--no-cache Do not use cache when building the image.
|
||||||
--pull Always attempt to pull a newer version of the image.
|
--pull Always attempt to pull a newer version of the image.
|
||||||
-m, --memory MEM Sets memory limit for the bulid container.
|
-m, --memory MEM Sets memory limit for the build container.
|
||||||
--build-arg key=val Set build-time variables for one service.
|
--build-arg key=val Set build-time variables for one service.
|
||||||
"""
|
"""
|
||||||
service_names = options['SERVICE']
|
service_names = options['SERVICE']
|
||||||
|
Loading…
x
Reference in New Issue
Block a user