fixing typo
This commit is contained in:
parent
9f31a47053
commit
0b402b3ebf
@ -224,7 +224,7 @@ With all of that explained, let's start our dev-ready container!
|
|||||||
is **secret**.
|
is **secret**.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
docker exec -ti <mysql-container-id> mysql -p todos
|
docker exec -it <mysql-container-id> mysql -p todos
|
||||||
```
|
```
|
||||||
|
|
||||||
And in the mysql shell, run the following:
|
And in the mysql shell, run the following:
|
||||||
|
Loading…
Reference in New Issue
Block a user