ksumit commented on code in PR #367: URL: https://github.com/apache/incubator-livy/pull/367#discussion_r1043901823
########## .dockerignore: ########## @@ -0,0 +1,3 @@ +# Build output Review Comment: I tried doing a build and noticed that it was sending all the artifacts from `.` to the docker daemon. Should we consider creating a separate folder so we don't do this? Here is a snapshot i noticed: ``` $ docker build -t livy . ^Cnding build context to Docker daemon 4.556GB ``` Pls ignore the size (4.556GB) you see there, that was because i put Dockerfile in a folder with lots of content. -- 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]
