From 301c5a31c132e4923ced3531a683615e1a5cbd0c Mon Sep 17 00:00:00 2001 From: ap <951984189@qq.com> Date: Tue, 2 Mar 2021 00:04:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=90=AF=E5=8A=A8=E5=91=BD?= =?UTF-8?q?=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9d9f0a5..fc673af 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,4 +12,4 @@ RUN yarn build # 如果端口更换,这边可以更新一下 EXPOSE 8001 -CMD ["npm", "run", "start"] \ No newline at end of file +CMD ["npm", "run", "docker"] \ No newline at end of file