Commit 2366bad9 by v_vjyjiang

d

parent e1629844
#!/bin/bash
FROM registry.cn-beijing.aliyuncs.com/hantang2/node105:v2
MAINTAINER jy "jiangyong@gongsibao.com"
ADD icp-deliver /apps/gsb-marketplat/
WORKDIR /apps/gsb-marketplat/
ADD tx-fi-tax /apps/tx-fi-tax/
WORKDIR /apps/tx-fi-tax/
RUN cnpm install -S
CMD ["node","/apps/gsb-marketplat/main.js"]
CMD ["node","/apps/tx-fi-tax/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