mirror of
https://github.com/docker/compose.git
synced 2025-07-21 04:34:38 +02:00
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
|
./script/clean
|
||||||
|
|
||||||
TAG="docker-compose"
|
TAG="docker-compose"
|
||||||
docker build -t "$TAG" . | tail -n 200
|
docker build -t "$TAG" .
|
||||||
docker run \
|
docker run \
|
||||||
--rm --entrypoint="script/build/linux-entrypoint" \
|
--rm --entrypoint="script/build/linux-entrypoint" \
|
||||||
-v $(pwd)/dist:/code/dist \
|
-v $(pwd)/dist:/code/dist \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user