You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
I'm writing a rust application and start it both in a container and locally.
I added to .dockerignore file to not transfer target (local) into docker context and it seems to work well regular docker build, but with Dockerfile-plus it seems to transfer 5Gb context anyway.
Of course I can workaround this by explicitly setting the target directory for my local builds but it's a little inconvenient.
The text was updated successfully, but these errors were encountered:
Yes, using INCLUDE+ the .dockerignore is ignored when transferring context. This causes massive build delays when there's large data in the repository or when using a .venv.
Hi
I'm writing a rust application and start it both in a container and locally.
I added to .dockerignore file to not transfer
target
(local) into docker context and it seems to work well regular docker build, but with Dockerfile-plus it seems to transfer 5Gb context anyway.Of course I can workaround this by explicitly setting the target directory for my local builds but it's a little inconvenient.
The text was updated successfully, but these errors were encountered: