mirror of https://github.com/docker/compose.git
Typo fix: overriden -> overridden
Signed-off-by: ruicao <ruicao@alauda.io>
This commit is contained in:
parent
db391c03ad
commit
5713215e84
|
@ -5,7 +5,7 @@ set -ex
|
|||
|
||||
TAG="docker-compose:$(git rev-parse --short HEAD)"
|
||||
|
||||
# By default use the Dockerfile, but can be overriden to use an alternative file
|
||||
# By default use the Dockerfile, but can be overridden to use an alternative file
|
||||
# e.g DOCKERFILE=Dockerfile.armhf script/test/default
|
||||
DOCKERFILE="${DOCKERFILE:-Dockerfile}"
|
||||
|
||||
|
|
Loading…
Reference in New Issue