Commit 4510e9b9 by 蒋勇

d

parent 1c68ecf5
#!/bin/bash
FROM registry.cn-beijing.aliyuncs.com/hantang2/node105:v2
MAINTAINER jy "jiangyong@gongsibao.com"
ADD ipself-web /apps/ipself-web/
WORKDIR /apps/ipself-web/
ADD fi-taxctl/apps/fi-taxctl/
WORKDIR /apps/fi-taxctl/
RUN cnpm install -S
CMD ["node","/apps/ipself-web/main.js"]
CMD ["node","/apps/fi-taxctl/main.js"]
......
{
"name": "tmplgood",
"name": "fi-taxctl",
"version": "1.0.0",
"description": "模版实践",
"description": "财税风控",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
......
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