mirror of
https://github.com/docker/compose.git
synced 2025-07-20 12:14:41 +02:00
Restore the dist volume mount for building linux binaries.
Signed-off-by: Daniel Nephin <dnephin@docker.com>
This commit is contained in:
parent
e2ab2eb9d0
commit
db433041b4
@ -6,4 +6,7 @@ set -ex
|
|||||||
|
|
||||||
TAG="docker-compose"
|
TAG="docker-compose"
|
||||||
docker build -t "$TAG" .
|
docker build -t "$TAG" .
|
||||||
docker run --rm --entrypoint="script/build-linux-inner" "$TAG"
|
docker run \
|
||||||
|
--rm --entrypoint="script/build-linux-inner" \
|
||||||
|
-v $(pwd)/dist:/code/dist \
|
||||||
|
"$TAG"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user