console/web/docker/entrypoint-build.sh

11 lines
201 B
Bash
Executable File

#!/bin/sh
npm config set registry http://registry.npm.taobao.org/;
cd /usr/src/app
echo "START TO RELEASE INFINI-SEARCH-CENTER"
npm install --registry=https://registry.npm.taobao.org
npm run build