Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dockerize this app #1771

Open
jhsu802701 opened this issue Feb 15, 2023 · 0 comments
Open

Dockerize this app #1771

jhsu802701 opened this issue Feb 15, 2023 · 0 comments

Comments

@jhsu802701
Copy link
Contributor

This app should be Dockerized. (I will submit a pull request for this.)

The setup instructions in CONTRIBUTING.md are geared for running this app in the host environment. I do not like to rely on my host environment for development, because this can lead to the infamous "but it works on my machine" problem. There are too many chances for human error, and setup problems can be difficult to troubleshoot.

The solution is to Dockerize this app with a Dockerfile and docker-compose.yml file. This would provide a universal setup for all current and future contributors and greatly speed up the onboarding process. Furthermore, this makes troubleshooting easier by removing changes for human error in the setup process.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant