I\'m unsure of how to name Dockerfiles. Many on GitHub use Dockerfile without a file extension. Do I give them a name and extension; if so what? Or do I just ca
Dockerfile
dev.Dockerfile, test.Dockerfile, build.Dockerfile etc.
dev.Dockerfile
test.Dockerfile
build.Dockerfile
On VS Code I use .Dockerfile and it gets recognized correctly.
.Dockerfile