Skip to content

Add Dockerfile support to python-template #8

@JohnnyIrvin

Description

@JohnnyIrvin

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

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions