entrypoint.sh 133 B

12345678910111213
  1. #!/bin/sh
  2. cat /etc/passwd|grep 1000
  3. echo "Npm install"
  4. cd /app
  5. npm install
  6. npm rebuild node-sass
  7. echo "Run npm dev"
  8. npm run dev