From 19ee9250e1fd3cabd55df84f6f09fc58773516d6 Mon Sep 17 00:00:00 2001 From: eoovve <142894633+eoovve@users.noreply.github.com> Date: Fri, 8 Sep 2023 02:19:22 +0800 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c9409e2..c9dab02 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,4 +13,4 @@ COPY . . RUN npm install # 设置默认的命令,即启动应用程序 -CMD ["npm", "start"] +CMD ["node", "app.js"]