This repository is for people who are looking for a template to work on a specific framework or system.
In this repository you will be able to find all the templates that you could need to work with docker
Feel free to use this repository, accept contributions
regards
docker-compose build
for using mysql
docker-compose run app rails new . --force --database=mysql --skip-bundle
for using postgres
docker-compose run app rails new . --force --database=postgres--skip-bundle
to contruct the container use
docker-compose build
to up server use
docker-compose up
docker-compose build