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




