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