1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-03-25 01:14:43 +00:00

Updated README instructions and fixed filename of my migration

This commit is contained in:
R.J. Osborne
2015-05-17 09:40:15 -04:00
parent f6dd4e8625
commit 5b411a2311
2 changed files with 11 additions and 1 deletions

View File

@@ -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: <tt>test@test.com</tt> password: <tt>password</tt>
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: