Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/thisismydesign/rails-docker-boilerplate


https://github.com/thisismydesign/rails-docker-boilerplate

Last synced: 8 days ago
JSON representation

Awesome Lists containing this project

README

        

# Rails Docker boilerplate

#### A boilerplate that sets the ground for Rails development with Docker

## Usage

```sh
# Edit .railsrc to customize the rails app
# Create new rails app
docker compose run --rm web rails new . --force --rc=.railsrc

# Run app
docker compose up
```

Reset (start over) via
```sh
git reset --hard HEAD
git clean -fdx
```

## License

The project is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).