mirror of
https://github.com/docker/compose.git
synced 2025-04-08 17:05:13 +02:00
Merge pull request #2071 from dnephin/fix_dist_directory_for_build
Restore the dist volume mount for building linux binaries
This commit is contained in:
commit
c950474810
@ -6,4 +6,7 @@ set -ex
|
||||
|
||||
TAG="docker-compose"
|
||||
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