Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leesheppard/docker-rails
Docker template for Ruby on Rails apps
https://github.com/leesheppard/docker-rails
docker-image docker-rails docker-rails-6
Last synced: 18 days ago
JSON representation
Docker template for Ruby on Rails apps
- Host: GitHub
- URL: https://github.com/leesheppard/docker-rails
- Owner: leesheppard
- License: mit
- Created: 2019-12-13T04:11:51.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-25T12:56:19.000Z (over 3 years ago)
- Last Synced: 2024-10-03T03:21:37.921Z (about 1 month ago)
- Topics: docker-image, docker-rails, docker-rails-6
- Language: Dockerfile
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-rails
Use this image to build your [Rails](https://rubyonrails.org/) project as a docker image.
Essential files that you'll be adding from this
```
- Dockerfile
- docker-compose.yml
- entrypoint.sh
```Amend the `rename_this_app` in the files to your project name.