From 65543eb0848763fe19046e8ad0e2b78e0f964b2b Mon Sep 17 00:00:00 2001 From: alfredo-f Date: Wed, 3 May 2023 13:16:38 +0200 Subject: [PATCH] Fixup: LOCAL_INSTALL.md PS instructions (#200) --- LOCAL_INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LOCAL_INSTALL.md b/LOCAL_INSTALL.md index 620e050342..c184b9cdf6 100644 --- a/LOCAL_INSTALL.md +++ b/LOCAL_INSTALL.md @@ -118,7 +118,7 @@ the provided docker-compose file: ```shell docker build ` - --target=node-api ` + --target=node-api ` -t node-api ` . ```