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




