Commit b4613580 by zhangxingmin

push

parent 92a3595b
......@@ -16,9 +16,10 @@ RUN npm config set registry https://registry.npmmirror.com \
# 复制源代码
COPY . .
# 构建生产产物
RUN npm run build:h5
# 输出目录结构,便于调试
RUN npm run build:h5 \
&& echo "构建产物目录结构:" \
&& ls -R /app/dist
# 生产阶段
FROM docker.m.daocloud.io/library/nginx:alpine
......
......@@ -31,7 +31,7 @@
},
"devDependencies": {
"vite": "3.2.7",
"vite-plugin-vue2": "^2.0.3",
"@dcloudio/vite-plugin-uni": "^3.0.0",
"vue-template-compiler": "^2.6.14",
"terser": "^5.26.0",
"less": "^4.3.0"
......
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