Skip to content

Rails 5 skeleton app with a production ready Docker configuration

Notifications You must be signed in to change notification settings

adamking/rails-docker

Repository files navigation

Getting setup with Docker

docker-compose build

docker-compose run app rake db:create RAILS_ENV=production

docker-compose run app rake db:migrate db:seed RAILS_ENV=production

Starting the application

docker-compose up -d

About

Rails 5 skeleton app with a production ready Docker configuration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published