add how create and migrate
Signed-off-by: Lukas Pol <lukaspaespol@gmail.com>
This commit is contained in:
parent
660f311e2b
commit
3702cfee50
@ -59,6 +59,12 @@ $ docker-compose exec web bash
|
||||
root@dac525a7e7f9:/myapp#
|
||||
```
|
||||
|
||||
## Create and migrate database
|
||||
|
||||
```
|
||||
root@dac525a7e7f9:/myapp# rake db:create db:migrate
|
||||
```
|
||||
|
||||
## How execute rails server
|
||||
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user