Use RUN in readme example

This commit is contained in:
Ben Firshman 2013-12-13 20:43:52 +00:00
parent 88b04aaa9c
commit 539f1acdb8
1 changed files with 1 additions and 1 deletions

View File

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