mirror of https://github.com/docker/compose.git
script.build.linux: Do not tail image build logs
Signed-off-by: Christopher Crone <christopher.crone@docker.com>
This commit is contained in:
parent
b572b32999
commit
f1f0894c1b
|
@ -5,7 +5,7 @@ set -ex
|
|||
./script/clean
|
||||
|
||||
TAG="docker-compose"
|
||||
docker build -t "$TAG" . | tail -n 200
|
||||
docker build -t "$TAG" .
|
||||
docker run \
|
||||
--rm --entrypoint="script/build/linux-entrypoint" \
|
||||
-v $(pwd)/dist:/code/dist \
|
||||
|
|
Loading…
Reference in New Issue