mirror of
https://github.com/docker/awesome-compose.git
synced 2025-04-25 18:28:07 +02:00
add how create and migrate
Signed-off-by: Lukas Pol <lukaspaespol@gmail.com>
This commit is contained in:
parent
660f311e2b
commit
3702cfee50
1 changed files with 6 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue