deliteser112 / meteor-starter-kit-v2

👉The goal of MST is to give you a real-world foundation for your product. It's designed to be production ready from day one. The technology it uses is designed to be "scale friendly," though, scaling is up to you— ⚠️ that's impossible for MST to automate.
18 stars 1 forks source link

Dockerization of the Project #2

Open marekbukoski opened 2 months ago

marekbukoski commented 2 months ago

The current project setup requires manual installation of dependencies and configuration across different environments, leading to inconsistencies and setup issues. To ensure a consistent and reproducible environment for development, testing, and deployment, Dockerization of the project is required.

Tasks:

marekbukoski commented 2 months ago

@deliteser112 Please let me know if this suggestion is okay for you.