fix typo
This commit is contained in:
parent
9c42e1a8b3
commit
5c85d95ce3
1 changed files with 5 additions and 3 deletions
|
@ -8,9 +8,11 @@ Import common security data such as CVE, CPE, and Advisories from various CNAs i
|
||||||
`docker-compose build`
|
`docker-compose build`
|
||||||
|
|
||||||
### Database creation and seeding initial data
|
### Database creation and seeding initial data
|
||||||
`docker-compose run web rake db:create`
|
```
|
||||||
`docker-compose run web rake db:migrate`
|
docker-compose run web rake db:create
|
||||||
`docker-compose run web rake db:setup`
|
docker-compose run web rake db:migrate
|
||||||
|
docker-compose run web rake db:setup
|
||||||
|
```
|
||||||
|
|
||||||
### Launch Pry console
|
### Launch Pry console
|
||||||
`docker-compose run web rails console`
|
`docker-compose run web rails console`
|
||||||
|
|
Loading…
Add table
Reference in a new issue