Update Dockerfile

This commit is contained in:
eoovve
2023-09-08 02:19:22 +08:00
committed by GitHub
parent 983847b89a
commit 19ee9250e1

View File

@@ -13,4 +13,4 @@ COPY . .
RUN npm install
# 设置默认的命令,即启动应用程序
CMD ["npm", "start"]
CMD ["node", "app.js"]