From 6566927b96a0dcf290c3eafd4033516b4041d3c2 Mon Sep 17 00:00:00 2001 From: Vinicius Mayrink Date: Sat, 15 Jun 2024 20:43:04 -0300 Subject: [PATCH] Updating README docs --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0405f8f..df9f7dc 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,13 @@ All my skills and accomplishments showcased in one place. git clone git@github.com:vncsmyrnk/portfolio.git cd portifolio docker run --rm -it -v "$(pwd)"/app:/var/app -p 3000:3000 --workdir /var/app node:21-alpine sh -npm i -npm run start +``` + +```bash +# Inside container +apt update && apt install -y curl +export SHELL=/bin/bash +curl -fsSL https://get.pnpm.io/install.sh | sh - # Install pnpm +pnpm install +pnpm run dev ```