Commit 0bd45ae2 authored by kalvin's avatar kalvin

centos验证

parent a3adafdb
FROM centos FROM centos
MAINTAINER kalvin "dekun.dai@quantgroup.cn"
# 安装工具 # 安装工具
RUN yum install -y make gcc* \ RUN yum install -y make gcc* \
...@@ -26,7 +25,6 @@ RUN git clone http://192.168.3.60/QA/qg-xterm.git ...@@ -26,7 +25,6 @@ RUN git clone http://192.168.3.60/QA/qg-xterm.git
WORKDIR /home/qg-xterm WORKDIR /home/qg-xterm
RUN npm install RUN npm install
# RUN npm run build
# 安装forever # 安装forever
RUN npm install forever RUN npm install forever
......
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