Update index.md

The command for bind mount doesn't run in Ubuntu if the user is not in the source code folder. At least, for me didn't work. So I specified that to prevent errors and bugs.
This commit is contained in:
Telescu Nicolae 2021-01-20 11:06:02 +02:00 committed by GitHub
parent 3de6451f5c
commit e9f8d4443a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ So, let's do it!
1. Make sure you don't have any previous `getting-started` containers running.
1. Run the following command. We'll explain what's going on afterwards:
1. Run the following command from the source code folder. We'll explain what's going on afterwards:
```bash
docker run -dp 3000:3000 \