Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thisismydesign/rails-docker-boilerplate
https://github.com/thisismydesign/rails-docker-boilerplate
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/thisismydesign/rails-docker-boilerplate
- Owner: thisismydesign
- Created: 2020-12-11T11:03:44.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-12-12T16:01:20.000Z (12 days ago)
- Last Synced: 2024-12-12T16:18:38.114Z (12 days ago)
- Language: Shell
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).