avantgardnerio commented on code in PR #249: URL: https://github.com/apache/arrow-ballista/pull/249#discussion_r974869101
########## dev/build-ballista-docker.sh: ########## @@ -19,9 +19,13 @@ set -e +docker build -t ballista-builder --build-arg EXT_UID="$(id -u)" -f dev/docker/ballista-builder.Dockerfile . + +docker run -v $(pwd):/home/builder/workspace ballista-builder + +docker-compose build Review Comment: docker-compose is our new build script -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
