Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gtrias/rails-project-container

docker-compose configuration for a new rails app
https://github.com/gtrias/rails-project-container

Last synced: about 1 month ago
JSON representation

docker-compose configuration for a new rails app

Awesome Lists containing this project

README

        

Generate Rails skeleton app

```
$ docker-compose run web rails new . --force --database=postgresql --skip-bundle
```