Commit c36dc90b by 蒋勇

d

parent 036c66d5
#!/bin/bash
FROM registry.cn-beijing.aliyuncs.com/hantang2/node105:v2
MAINTAINER jy "jiangyong@gongsibao.com"
ADD center-taskexecutor /apps/center-taskexecutorb/
ADD center-taskexecutor /apps/center-taskexecutor/
WORKDIR /apps/center-taskexecutor/
RUN cnpm install -S
CMD ["node","/apps/center-taskexecutor/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