#!/bin/bash
FROM registry.cn-beijing.aliyuncs.com/hantang/node105:v2
MAINTAINER jy "jiangyong@gongsibao.com"
ADD xgg-web /apps/xgg-web/
WORKDIR   /apps/xgg-web/
RUN cnpm install -S
CMD  ["node","/apps/xgg-web/main.js"]




