Fix readme formatting

This commit is contained in:
Ben Firshman 2013-12-09 21:51:17 +00:00
parent 3e6b3bae83
commit 3a3767f59d
1 changed files with 3 additions and 3 deletions

View File

@ -77,9 +77,9 @@ web:
`web/Dockerfile`:
FROM orchardup/rails
ADD . /code
CMD: bundle exec rackup
FROM orchardup/rails
ADD . /code
CMD: bundle exec rackup
### Communicating between containers