Hello,
I realized that the wildcard for the Dockerfile doesn't work for the Dockerfile next to the .editorconfig file.
I am using neovim as an editor, but I don't think it changes something because bash doesn't find **/Dockerfile.
[adrienlsh@archlinux server]$ ls -l Dockerfile
-rw-r--r-- 1 adrienlsh adrienlsh 5349 Mar 15 17:27 Dockerfile
[adrienlsh@archlinux server]$ ls -l **/Dockerfile
ls: cannot access '**/Dockerfile': No such file or directory
Hello,
I realized that the wildcard for the Dockerfile doesn't work for the Dockerfile next to the .editorconfig file.
I am using neovim as an editor, but I don't think it changes something because bash doesn't find
**/Dockerfile.