Commit fab67c0d authored by daidekun's avatar daidekun

fixbugs

parent c7d87bcf
...@@ -31,8 +31,8 @@ WORKDIR /home ...@@ -31,8 +31,8 @@ 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 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