From 48bb3aae4f2684d2161c06f1f0704d85c1cf7021 Mon Sep 17 00:00:00 2001 From: Nicola Date: Thu, 24 Oct 2024 16:30:25 +0200 Subject: [PATCH] update README --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 8191627ec..28ce63e52 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,7 @@ To update dependencies you need to run `npm install` in the target deployment environment: ```shell -$ rm -rf package-lock.json && rm -rf node_modules - +$ rm -rf package-lock.json node_modules # Run the container with x86_64 architecture and install packages $ docker run -it --platform="linux/amd64" --rm -v $(pwd):/app -w /app node:14-alpine sh -c "npm install" ```