-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Update python-template by adding Dockerfile support
Is your feature request related to a problem? Please describe.
Currently, the python-template project does not include support for Dockerfile, which can be a pain for developers looking to containerize their applications. This feature request aims to address that problem and make it easier for developers to use Docker with the python-template.
Describe the solution you'd like
I would like to incorporate Dockerfile support into the python-template project. This would involve creating a new Dockerfile in the root directory and writing the necessary instructions to build and run the application.
Describe alternatives you've considered
One alternative would be to use an external build tool like Docker Compose, but that would add unnecessary complexity to the project. By integrating Dockerfile support directly into the project, we can eliminate external dependencies and streamline the development process.
Note: I will update the README file to reflect this new feature and include instructions for using the Dockerfile