https://github.com/thisismydesign/rails-docker-boilerplate
https://github.com/thisismydesign/rails-docker-boilerplate
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/thisismydesign/rails-docker-boilerplate
- Owner: thisismydesign
- Created: 2020-12-11T11:03:44.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-03-12T20:21:50.000Z (4 months ago)
- Last Synced: 2025-03-12T21:26:44.633Z (4 months ago)
- Language: Ruby
- Size: 24.4 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).