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

Absence of Dockerfile in the repository #121

Open
rim0o8 opened this issue May 24, 2023 · 2 comments
Open

Absence of Dockerfile in the repository #121

rim0o8 opened this issue May 24, 2023 · 2 comments
Labels
invalid This doesn't seem right

Comments

@rim0o8
Copy link
Collaborator

rim0o8 commented May 24, 2023

This issue pertains to the absence of a Dockerfile in the current repository. Dockerfiles play a crucial role when building, testing, and deploying containerized applications.

The benefits include:

  1. Reproducibility: With a Dockerfile, you can reproduce the development environment precisely. This saves time for new members setting up their environment and helps to avoid the "It works on my machine" problem.

  2. Automation of Builds: A Dockerfile allows for the automation of the build process, ensuring consistency and efficiency.

  3. Portability: A Dockerfile ensures your application can run in any environment.

  4. Microservices Architecture: Using Docker makes developing and deploying microservices easier.

To address this issue, we should consider adding a Dockerfile to our repository. I believe this will make the development and deployment of the application more efficient. What are your thoughts on this?

@rim0o8 rim0o8 added the invalid This doesn't seem right label May 24, 2023
@rim0o8
Copy link
Collaborator Author

rim0o8 commented May 28, 2023

you can setup with npm i --legacy-peer-deps && npm start

@JonathanKoerber
Copy link

I think that this is a good idea. This would make deployment and testing easier in the long run and allow us to automate the build process. It would make it easier for new developers to contribute to the project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

2 participants