Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
ntarocco committed Oct 24, 2024
1 parent 761ff7a commit 48bb3aa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
```

0 comments on commit 48bb3aa

Please sign in to comment.