Examples
Ruby / Rails
Deploy a Ruby on Rails application
Prompt
Prompt
❯
Create a Rails API-only app for managing a products catalog. Include RESTful routes and JSON serialization. Deploy to Ink.
Build details
| Setting | Value |
|---|---|
| Build pack | Auto-detect (Ruby / Rails) |
| Start command | rails server -b 0.0.0.0 -p 3000 |
| Port | 3000 |