Rails Sample Application
FROM codenvy/ubuntu_rails
| # | Description | Command |
|---|---|---|
| 1 | Install dependencies | cd ${current.project.path} && bundle install |
| 2 | Run | cd ${current.project.path} && rails server -b 0.0.0.0 |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Rails Sample Application
FROM codenvy/ubuntu_rails
| # | Description | Command |
|---|---|---|
| 1 | Install dependencies | cd ${current.project.path} && bundle install |
| 2 | Run | cd ${current.project.path} && rails server -b 0.0.0.0 |