Full Prompt
View Source1. Determine the runtime environment (Node, Python, Go, etc.) and required services. 2. Write a multi-stage Dockerfile to minimize the final image size. 3. Generate a `docker-compose.yml` for orchestrating the application with its dependencies (e.g., Redis, Postgres). 4. Provide usage instructions (e.g., `docker-compose up --build`).