Commit 840c8f0b by 王昆

gsb

parent 678b0cd7
#!/bin/bash
FROM registry.cn-beijing.aliyuncs.com/hantang2/node105:v2
MAINTAINER jy "jiangyong@gongsibao.com"
ADD xggsve-order /apps/xggsve-uc/
ADD xggsve-uc /apps/xggsve-uc/
WORKDIR /apps/xggsve-uc/
RUN cnpm install -S
CMD ["node","/apps/xggsve-uc/main.js"]
......
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