rtCamp / Frappe-Manager

A CLI tool based on Docker Compose to easily manage Frappe based projects.
MIT License
117 stars 24 forks source link

Move bench creation to `cli` instead from container script #187

Closed Xieyt closed 3 months ago

Xieyt commented 4 months ago

Currently, fm utilizes Docker container script to create a bench (site). The process involves the container's entrypoint script, which creates the site using environment variables provided as input. We need to shift the bench creation process from the container's entrypoint script to the fm cli logic.

Benefits:

Actionable:

Xieyt commented 3 months ago

Implemented in #200.