Commit eb8787e9 authored by daidekun's avatar daidekun

rm -rf node_modules/node-pty

parent d60ffa96
......@@ -30,7 +30,8 @@ RUN npm i frontail -g --registry=https://registry.npm.taobao.org
WORKDIR /home
RUN git clone https://git.coding.net/tywldx/demoXterm.git
WORKDIR /home/demoXterm
RUN npm install
RUN npm install
RUN rm -rf node_modules/node-pty
RUN npm install node-pty
RUN npm run build
RUN gulp 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