We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bddcd9b commit b2a2aa1Copy full SHA for b2a2aa1
1 file changed
Dockerfile-web
@@ -55,7 +55,7 @@ RUN echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/n
55
RUN apt-get update -y
56
RUN apt-get install nodejs -y
57
58
-# 安装WEB
+# 安装 WEB
59
RUN cd ktransformers/website && npm install @vue/cli && npm run build
60
61
# 安装 ktransformers 本体(含编译)
0 commit comments