diff --git a/docs/tutorial/using-bind-mounts/index.md b/docs/tutorial/using-bind-mounts/index.md index b53c403..003e177 100644 --- a/docs/tutorial/using-bind-mounts/index.md +++ b/docs/tutorial/using-bind-mounts/index.md @@ -41,7 +41,7 @@ So, let's do it! ```bash docker run -dp 3000:3000 \ -w /app -v ${PWD}:/app \ - node:12-alpine \ + getting-started \ sh -c "yarn install && yarn run dev" ```