The Wavelit command line tool allows specifying the build context via the --context option.
When using this option, the content of the context directory is compressed and uploaded to the Wave backend.
This ticket aims to add to the Wave app the ability to support the .dockerignore file to prevent the transfer of unnecessary data.
When the .dockerignore is found in the root of the context directory, if should be parsed accordingly the Docker definition, and all file matching the exclusion rules should not be included in the target context transfer.
The Wavelit command line tool allows specifying the build context via the
--context
option.When using this option, the content of the context directory is compressed and uploaded to the Wave backend.
This ticket aims to add to the Wave app the ability to support the
.dockerignore
file to prevent the transfer of unnecessary data.When the
.dockerignore
is found in the root of the context directory, if should be parsed accordingly the Docker definition, and all file matching the exclusion rules should not be included in the target context transfer.