Docker 支持后续新版web后台

This commit is contained in:
TOM88812
2025-02-17 17:26:24 +08:00
parent 325312327c
commit ea4c054d99
3 changed files with 15 additions and 0 deletions
+2
View File
@@ -8,6 +8,8 @@ RUN npm config set registry https://registry.npmmirror.com
COPY ZhiKongTaiWeb/package*.json ./
# 安装axios依赖
RUN npm install axios
RUN npm install
COPY ZhiKongTaiWeb .