diff --git a/README.rdoc b/README.rdoc index 5cad162..2999797 100644 --- a/README.rdoc +++ b/README.rdoc @@ -8,7 +8,7 @@ Heroku production: Development details: -* Ruby 2.2.0 +* Ruby 2.2.2 * Rails 4.2.0 @@ -20,6 +20,16 @@ Development details: * Development login email: test@test.com password: password +Docker instructions: + +* Building the image +``` +docker build -t wrestling . +``` +* Running the image (as development) +``` +docker run -it --rm -p 3000:3000 wrestling +``` What the app does now: diff --git a/db/migrate/201505170715923_rename_bout_number.rb b/db/migrate/20150517075923_rename_bout_number.rb similarity index 100% rename from db/migrate/201505170715923_rename_bout_number.rb rename to db/migrate/20150517075923_rename_bout_number.rb