Merge pull request #77 from Fl4zher/fix-typo

fixing typo
This commit is contained in:
Stefan Scherer
2020-08-31 07:21:30 +02:00
committed by GitHub

View File

@@ -224,7 +224,7 @@ With all of that explained, let's start our dev-ready container!
is **secret**.
```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: