https://github.com/dkniffin/docker-be
https://github.com/dkniffin/docker-be
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dkniffin/docker-be
- Owner: dkniffin
- Created: 2017-03-01T21:02:14.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-01T21:02:23.000Z (over 8 years ago)
- Last Synced: 2025-02-10T07:17:06.143Z (4 months ago)
- Language: Ruby
- Size: 24.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# To run:
`docker-compose up`
Then you'll need to create the db via:
`docker-compose run web bundle exec rake db:setup`# To stop:
`docker-compose down`