Commit 7f5bb339 authored by daidekun's avatar daidekun

gulp

parent fab67c0d
...@@ -26,6 +26,9 @@ RUN npm config set registry https://registry.npm.taobao.org ...@@ -26,6 +26,9 @@ RUN npm config set registry https://registry.npm.taobao.org
# 安装日志组件 # 安装日志组件
RUN npm i frontail -g --registry=https://registry.npm.taobao.org RUN npm i frontail -g --registry=https://registry.npm.taobao.org
# 安装gulp
RUN npm install gulp
# 安装控制台组件 # 安装控制台组件
WORKDIR /home WORKDIR /home
RUN git clone https://git.coding.net/tywldx/demoXterm.git RUN git clone https://git.coding.net/tywldx/demoXterm.git
......
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