Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
harrytang authored May 16, 2024
1 parent 34b162f commit 293d4e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

0 comments on commit 293d4e9

Please sign in to comment.