Browse Source
Docker only recognizes `#` as a valid comment indicator in .dockerignore files. Using `//` causes the lines to be incorrectly parsed as glob patterns rather than comments. While this may not cause fatal errors if no matching files exist, it is syntactically invalid and could lead to unexpected behavior. Corrected the syntax to use `#`.pull/7274/head
committed by
GitHub
1 changed files with 2 additions and 2 deletions
Loading…
Reference in new issue