Compare commits

..

No commits in common. "a056cd5798369ec1493f5000441b146f8bdeb684" and "fb342e26b19314fa9bf4d1db926f634838ccc431" have entirely different histories.

View File

@ -11,7 +11,7 @@ RUN npm config set registry https://registry.npmmirror.com \
&& npm ci --no-audit --no-fund
# 复制源码并构建
COPY vue-ui .
COPY ../vue-ui .
RUN npm run build
# 运行阶段,使用独立 nginx 镜像