Commit ee792989 by 蒋勇

d

parent 23a5a4cc
#!/bin/bash
FROM registry.cn-beijing.aliyuncs.com/hantang/node105:v2
MAINTAINER jy "jiangyong@gongsibao.com"
ADD scratch-web /apps/scratch-web/
WORKDIR /apps/scratch-web/
RUN cnpm install -S
CMD ["node","/apps/scratch-web/main.js"]
\ No newline at end of file
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