Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tjmw/sinatra-docker-experiment
Use Docker Compose to run a Sinatra app
https://github.com/tjmw/sinatra-docker-experiment
Last synced: about 2 months ago
JSON representation
Use Docker Compose to run a Sinatra app
- Host: GitHub
- URL: https://github.com/tjmw/sinatra-docker-experiment
- Owner: tjmw
- Created: 2015-04-24T15:20:14.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-04-24T18:23:06.000Z (over 9 years ago)
- Last Synced: 2023-03-11T06:57:39.781Z (almost 2 years ago)
- Language: Ruby
- Size: 113 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sinatra/Docker Compose Experiment
## Running the app
```
$ docker-compose build
$ docker-compose start
```