Commit a1a4c94d authored by daidekun's avatar daidekun

增加forever

parent db36d2e9
...@@ -28,6 +28,9 @@ WORKDIR /home/qg-xterm ...@@ -28,6 +28,9 @@ WORKDIR /home/qg-xterm
RUN npm install RUN npm install
RUN npm run build RUN npm run build
# 安装forever
RUN npm install forever
WORKDIR /home WORKDIR /home
# 解决中文问题 # 解决中文问题
ENV LANG en_US.UTF-8 ENV LANG en_US.UTF-8
......
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