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
Although the library has an option to create a build stream from an archive, Builder.buildDir is the most handy option building an image from a directory. However, if the directory has build files (e.g. node_modules, library files, etc), these will end up in the tar, delaying the build start. Having the method read from .dockerignore to skip files for the build, might be a way to solve the issue.
The text was updated successfully, but these errors were encountered:
Although the library has an option to create a build stream from an archive,
Builder.buildDir
is the most handy option building an image from a directory. However, if the directory has build files (e.g.node_modules
, library files, etc), these will end up in the tar, delaying the build start. Having the method read from.dockerignore
to skip files for the build, might be a way to solve the issue.The text was updated successfully, but these errors were encountered: