Commit 105b0746 authored by daidekun's avatar daidekun

workdir

parent ae5d4a2a
......@@ -24,8 +24,9 @@ RUN yum install -y git
RUN npm i frontail -g --registry=https://registry.npm.taobao.org
# 安装控制台组件
WORKDIR /home
RUN git clone https://git.coding.net/tywldx/demoXterm.git
RUN cd demoXterm
WORKDIR /home/demoXterm
RUN npm install
RUN npm install node-pty
RUN npm run build
......
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