I'm trying to implement ECS architecture of my web application on AWS using AWS copilot. But it is asking for Dockerfile as input.
My application has a complex docker-compose file with multiple services. Can i somehow use this file for creation of ECS Cluster from copilot?
Thank you.