mirror of
https://github.com/frankiejun/node-ws.git
synced 2026-06-01 02:19:27 +08:00
Update Dockerfile
This commit is contained in:
@@ -13,4 +13,4 @@ COPY . .
|
||||
RUN npm install
|
||||
|
||||
# 设置默认的命令,即启动应用程序
|
||||
CMD ["npm", "start"]
|
||||
CMD ["node", "app.js"]
|
||||
|
||||
Reference in New Issue
Block a user