Commit eb8787e9 authored by daidekun's avatar daidekun

rm -rf node_modules/node-pty

parent d60ffa96
...@@ -31,6 +31,7 @@ WORKDIR /home ...@@ -31,6 +31,7 @@ WORKDIR /home
RUN git clone https://git.coding.net/tywldx/demoXterm.git RUN git clone https://git.coding.net/tywldx/demoXterm.git
WORKDIR /home/demoXterm WORKDIR /home/demoXterm
RUN npm install RUN npm install
RUN rm -rf node_modules/node-pty
RUN npm install node-pty RUN npm install node-pty
RUN npm run build RUN npm run build
RUN gulp 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