dummygram
dummygram copied to clipboard
[FEATURE] Dockerize the web app
Description
Dockerizing this project will help developers contribute more easily. How? Let me explain. Before making any contributions, developers typically need to set up their development environment with all the project dependencies. By dockerizing this project, they can eliminate the overwhelming task of setting up the environment.
Screenshots
NA
Additional information
NA
Record
- [X] I agree to follow this project's Code of Conduct
- [X] I have checked the existing issues
- [X] I'm a GSSoC'23 contributor
- [X] I want to work on this issue
Hi there, Thanks a lot for raising the issue, we'll look into it asap. Also please mention if you wish to work on the issue as well so you could be assigned
won't they now need to install docker in their system as well?
edit: I think if they have docker on their system, they can use docker container, else directly install and use
@narayan954 yes they need to install docker but it is Very easy to install and only command to run the application. After they do the changes and run that command again.
Thank you for assigning the above task to me I will try to compete as sson as possible.