build.sh 83 B

12345
  1. #!/usr/bin/env bash
  2. cnpm install
  3. npm run build:docker
  4. docker build -t zuihou-ui .