Commit 8618f18c by 蒋勇

d

parent 04d7a446
#!/bin/bash #!/bin/bash
FROM registry.cn-beijing.aliyuncs.com/hantang2/node105:v3 FROM registry.cn-beijing.aliyuncs.com/hantang2/node105:v3
MAINTAINER jy "jiangyong@gongsibcd ao.com" MAINTAINER jy "jiangyong@gongsibcd ao.com"
ADD igirl-web /apps/igirl-web/ ADD ai-license /apps/ai-license/
WORKDIR /apps/igirl-web/ WORKDIR /apps/ai-license/
# RUN yum install gcc gcc-c++ -y # RUN yum install gcc gcc-c++ -y
RUN cnpm install -S RUN cnpm install -S
CMD ["node","/apps/igirl-web/main.js"] CMD ["node","/apps/ai-license/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