Run Docker container locally
/plugin marketplace add IvanTorresEdge/molcajete.ai/plugin install ivantorresedge-node-tech-stacks-js-node@IvanTorresEdge/molcajete.ai# Run Docker Container Run the application in a Docker container locally. Use the Task tool to launch the **deployer** agent with instructions: 1. Check if image exists: 2. If not, build first: 3. Run with docker-compose (recommended): 4. Or run standalone container: 5. Run with database: 6. View logs: 7. Check health: 8. Stop container: 9. Stop all services: **docker-compose.yml Template:** **Quality Requirements:** - Container starts successfully - Health check passes - Logs show no errors - API responds correctly Reference the **docker-b...