-
Notifications
You must be signed in to change notification settings - Fork 157
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 the Project for Containerized Devlopment #769
Comments
@nikwen Can i solve this issue ? If so then assign me . |
I haven't had any issues with getting the project set up across different machines with the current installation instructions (use nvm -> install node/nvm -> yarn install -> run the website). Can you elaborate on why this would be necessary for the project? |
hey @erickzhao , yes you right this approach is also good , but we can use docker for several benefits Since local setup of this project is simple , there is no need of docker . But for better consistency and ease of use we can use docker. |
"Production" in this case is just a set of static HTML files being uploaded to blob storage. There's no server or app being run on production. I don't think there are any benefits to containerization here for production or development here, so I'm going to close this issue. |
Currently, this project is not Dockerized, making it difficult to ensure consistency across different environments. This issue aims to introduce a Docker setup that will containerize the application, enabling easier development, deployment, and scalability.
The text was updated successfully, but these errors were encountered: