Browse Source

Use RUN in readme example

Ben Firshman 12 years ago
parent
commit
539f1acdb8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

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