#!/bin/sh cat /etc/passwd|grep 1000 echo "Cleaning node_modules" rm -rf node_modules echo "Npm install" cd /app npm install echo "Run npm dev" npm run dev