mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-19 22:01:31 +00:00
Updated README instructions and fixed filename of my migration
This commit is contained in:
12
README.rdoc
12
README.rdoc
@@ -8,7 +8,7 @@ Heroku production:
|
|||||||
|
|
||||||
Development details:
|
Development details:
|
||||||
|
|
||||||
* Ruby 2.2.0
|
* Ruby 2.2.2
|
||||||
|
|
||||||
* Rails 4.2.0
|
* Rails 4.2.0
|
||||||
|
|
||||||
@@ -20,6 +20,16 @@ Development details:
|
|||||||
|
|
||||||
* Development login email: <tt>test@test.com</tt> password: <tt>password</tt>
|
* 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:
|
What the app does now:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user