Tech_Tracker_Web/update/update_container.sh

5 lines
132 B
Bash
Raw Normal View History

2024-07-20 22:35:47 -05:00
wget -qO- https://get.pnpm.io/install.sh | ENV="$HOME/.bashrc" SHELL="$(which bash)" bash -
source ~/.bashrc
pnpm build
pnpm start