Commit fc8079ea authored by zhangying's avatar zhangying

部署修改

parent 0afd8d4d
...@@ -13,4 +13,5 @@ export RESOURCE_PATH ...@@ -13,4 +13,5 @@ export RESOURCE_PATH
# 启动生产服务器 # 启动生产服务器
cd /app cd /app
echo "正在启动生产服务器..." echo "正在启动生产服务器..."
npm run preview -- --host 0.0.0.0 --port $APP_PORT_1 npm run build
npx serve -s dist -l $APP_PORT_1
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment