Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
NicolaeTelescu authored Jan 20, 2021
1 parent 3de6451 commit e9f8d44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorial/using-bind-mounts/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit e9f8d44

Please sign in to comment.