avantgardnerio commented on code in PR #249: URL: https://github.com/apache/arrow-ballista/pull/249#discussion_r974459916
########## .dockerignore: ########## @@ -5,7 +5,9 @@ dev/dist dev/release python **/docs -**/target +target/ **/CHANGELOG.md **/tests **/data +!target/release/ballista-scheduler +!target/release/ballista-executor Review Comment: Can't exclude the executables if we want them to go into the docker image. -- 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]
