runAllinDocker.sh 125 B

12345678910
  1. #!/bin/bash
  2. cd /root/PoLZy_Showcase
  3. git pull
  4. ./runbackend.sh &
  5. cd /root/PoLZy/polzy-frontend
  6. git pull
  7. npm install
  8. npm start