Commit 1168b6b5 by 曹玉玺

修改dockerfile

parent 8ebd9589
#!/bin/bash
FROM registry.cn-beijing.aliyuncs.com/hantang2/node105:v2
#FROM registry.cn-beijing.aliyuncs.com/hantang2/node105:v2
FROM registry.cn-beijing.aliyuncs.com/hantang2/imgshare:1220.0.108
MAINTAINER jy "jiangyong@gongsibao.com"
ADD icp-deliver /apps/icp-deliver/
WORKDIR /apps/icp-deliver/
RUN yum install gcc-c++.x86_64 -y
RUN npm install --unsafe-perm=true --allow-root
CMD ["node","/apps/icp-deliver/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