depoly.sh 135 B

1234567
  1. #/bin/bash
  2. npm run build
  3. docker build -t registry.chuckchen.top/test:video-test .
  4. docker push registry.chuckchen.top/test:video-test