From c9f8d37bdf975995d15f92a570b6829bc14f4df9 Mon Sep 17 00:00:00 2001 From: MR Date: Thu, 14 Jun 2018 19:19:11 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=9D=E8=AF=95=E7=AE=80=E5=8D=95=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E4=B8=80=E4=B8=8BDocker=20(#299)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 487c4dc8c..fe98ca104 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,3 +12,5 @@ ARG USE_CHINA_NPM_REGISTRY=0 RUN if [ "$USE_CHINA_NPM_REGISTRY" = 1 ]; then echo 'use npm mirror'; npm install --production --vb --registry=https://registry.npm.taobao.org; else npm install --production; fi; ADD . . + +CMD node index.js