Skip to content

Instantly share code, notes, and snippets.

@sfrancavilla
Created May 13, 2019 07:18
Show Gist options
  • Select an option

  • Save sfrancavilla/929060f38d8f74d9c393990ed528fafd to your computer and use it in GitHub Desktop.

Select an option

Save sfrancavilla/929060f38d8f74d9c393990ed528fafd to your computer and use it in GitHub Desktop.
Deploy Ruby on Rails apps (+ NGINX) to ECS with Docker - Medium
Rails.application.routes.draw do
get 'welcome/index'
# For details on the DSL available within this file, see http://guides.rubyonrails.org/routing.html
root 'welcome#index'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment