calculator
calculator copied to clipboard
Add Docker support for running the app
This PR introduces Docker support for the Calculator application, making it easier to deploy and run the app in a consistent environment across different systems.
Changes include:
- Adding a
Dockerfileto build a Docker image for the application. - Adding a
docker-compose.ymlfile to simplify running the container. - Updating the
requirements.txtfile to include two additional dependencies. - Updated the
README.mdto include instructions for running the application using Docker.