|
@@ -11,9 +11,9 @@ save_file_name="new_cash_book_node_$version-$current_git_branch_latest_short_id.
|
|
|
# 执行命令
|
|
|
cd ./frontEndMobile
|
|
|
yarn install --registry=https://registry.npmmirror.com && npm run build
|
|
|
-rm -rf ../node_expores/public
|
|
|
-cp -rf ./dist ../node_expores/public
|
|
|
-cd ../node_expores
|
|
|
+rm -rf ../expores_node/public
|
|
|
+cp -rf ./dist ../expores_node/public
|
|
|
+cd ../expores_node
|
|
|
yarn install --registry=https://registry.npmmirror.com
|
|
|
docker build -t $docker_name .
|
|
|
cd ../
|