mirror of
https://github.com/bitnami/containers.git
synced 2026-02-12 23:27:17 +08:00
6 lines
130 B
Ruby
6 lines
130 B
Ruby
# This file is used by Rack-based servers to start the application.
|
|
|
|
require_relative 'config/environment'
|
|
|
|
run Rails.application
|