5 lines
261 B
Plaintext
5 lines
261 B
Plaintext
# CRITICAL RULE: Gitea Manager Execution
|
|
ALWAYS run the Gitea Manager script inside the `roo-helper` container.
|
|
Example: `docker exec -it roo-helper python /opt/docker/dev/service_finder/backend/app/scripts/gitea_manager.py`
|
|
NEVER run it in `sf_api` container.
|