Adds a new "Docker Deployment" section to the README.md file for the igorcosta/api_workspace repository, providing detailed instructions on deploying the API using Docker.
Introduces a "Docker Deployment" section after the "Local Development" section, detailing the process to build and run the API using Docker.
Includes commands to build a Docker image and run a container, mapping port 80 from the container to the host.
Advises on setting environment variables for production deployment within the Docker container.
Recommends checking the Docker documentation for advanced deployment options and troubleshooting.
Provides a link to the Docker commands documentation for further reference.
Adds a new "Docker Deployment" section to the
README.md
file for theigorcosta/api_workspace
repository, providing detailed instructions on deploying the API using Docker.For more details, open the Copilot Workspace session.