From 293d4e95fe851e444abf49bea443c15b52032355 Mon Sep 17 00:00:00 2001 From: Harry Tang Date: Thu, 16 May 2024 22:41:00 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bf22783..cf0ba57 100644 --- a/README.md +++ b/README.md @@ -48,5 +48,5 @@ Then run `source ~/CompanyA.sh` or `. ~/CompanyB.sh` to switch to the new profil ## Usefull commands ```bash -docker run -it --rm -v $(shell pwd):/app -w /app node:20-alpine sh +docker run -it --rm -v $(pwd):/app -w /app node:20-alpine sh ```