Do I absolutely need to have a Dockerfile in my directory when using the command docker-compose up
? I don't believe a Dockerfile is necessary but want to be sure.
If I only have a docker-compose.yml file using pre-built images, there would be no need for a Dockerfile.
Correct me please! Thanks in advance.