From 1a50c29e8076de6c57152cfcb49f289abd8c5cd6 Mon Sep 17 00:00:00 2001 From: huan <1486343814@qq.com> Date: Thu, 8 Aug 2024 17:32:02 +0800 Subject: [PATCH] =?UTF-8?q?dockerfile=E4=B8=AD=E8=BF=90=E8=A1=8C=E5=91=BD?= =?UTF-8?q?=E4=BB=A4=E7=9A=84=E4=BF=AE=E6=94=B9?= 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 c4b74cc..7284737 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,4 +9,4 @@ COPY . . EXPOSE 3000 -CMD ["npm", "start"] \ No newline at end of file +CMD ["node", "src/index.js"]