Skip to content

elioncho/barebones_alpine_docker_image_for_rails

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Barebones Alpine Docker Image for Rails

Requirements

  • Rails project that uses Ruby 2.6

How to use

Copy "Dockerfile" and "docker-compose.yml" to your Rails project and run:

docker-compose up

Things to consider

This barebones image assumes you're using sqlite. If you want to use another database library such as postgres, you can remove "sqlite-dev" from the Dockerfile and replace it with "postgresql-dev". You'll have to add postgres as a new service in the docker-compose file too.

About

Barebones Alpine Docker Image for Rails

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published