From 9eab81d81e6ae96b9205c3de1d38db4f32c1513f Mon Sep 17 00:00:00 2001 From: Stefan Scherer Date: Thu, 10 Feb 2022 09:58:21 +0100 Subject: [PATCH] Update index.md --- docs/tutorial/using-bind-mounts/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial/using-bind-mounts/index.md b/docs/tutorial/using-bind-mounts/index.md index 9f7c3ae..5349322 100644 --- a/docs/tutorial/using-bind-mounts/index.md +++ b/docs/tutorial/using-bind-mounts/index.md @@ -60,7 +60,7 @@ So, let's do it! docker run -dp 3000:3000 \ -w /app -v "$(pwd):/app" \ node:12-alpine \ - sh -c "apk add --no-cache python g++ make && yarn install && yarn run dev" + sh -c "apk add --no-cache python2 g++ make && yarn install && yarn run dev" ``` - `-dp 3000:3000` - same as before. Run in detached (background) mode and create a port mapping