Revert "Use RUN in readme example"

This reverts commit 539f1acdb8.
This commit is contained in:
Ben Firshman 2013-12-14 16:46:34 +00:00
parent 772585109d
commit 03e16c4981
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ web:
FROM orchardup/rails
ADD . /code
RUN bundle exec rackup
CMD: bundle exec rackup
### Communicating between containers