Feature description
Provide a Dockerfile for local development.
Problem it solves
New developers currently spend significant time configuring their local environments, resolving dependency conflicts, and dealing with "it works on my machine" bugs.
Proposed solution
By containerizing the application, contributors can simply spin up a Docker container and have a guaranteed working environment instantly. I'd love to add this quality-of-life improvement. Could you please assign this to me and add the ELUSOC label?
Alternatives considered
Using a DevContainer is another option, but a standard Dockerfile is universally supported across all IDEs.
Additional context
N/A
Feature description
Provide a
Dockerfilefor local development.Problem it solves
New developers currently spend significant time configuring their local environments, resolving dependency conflicts, and dealing with "it works on my machine" bugs.
Proposed solution
By containerizing the application, contributors can simply spin up a Docker container and have a guaranteed working environment instantly. I'd love to add this quality-of-life improvement. Could you please assign this to me and add the
ELUSOClabel?Alternatives considered
Using a DevContainer is another option, but a standard Dockerfile is universally supported across all IDEs.
Additional context
N/A