0
The Archive .dockerignore serves to delete unnecessary files or directories from your build context, used to streamline the build process when the directory where the build is held contains heavy files or folders.
To ignore a line in Dockerfile, simply comment with # as reported in the previous answer.