psf / python-in-edu

website for educational python resources
http://education.python.org/
MIT License
41 stars 28 forks source link

Add a dockerfile for better and easy setup #58

Open Mr-Sunglasses opened 1 year ago

Mr-Sunglasses commented 1 year ago

The Dockerfile will define the necessary dependencies, configurations, and runtime environment for our backend project. With Docker, developers can easily spin up containers that encapsulate the entire project stack, including the required libraries, frameworks, and services. This approach eliminates the need for manual setup steps and minimizes the likelihood of configuration discrepancies or compatibility issues.