feat: chatroom

master
luochuan 5 months ago
parent 53524a86a7
commit 5a3283b650

@ -0,0 +1,15 @@
# 使用Node.js作为基础镜像
FROM node:latest
# 设置工作目录
WORKDIR /app
# 将应用的源代码复制到工作目录
COPY . /app
# 暴露应用使用的端口
EXPOSE 3000 8080
# 启动应用
# 服务端
CMD nohup sh -c 'npm run prod && npm run serve'

@ -364,9 +364,9 @@
about:{ about:{
version:"v1.0", version:"v1.0",
license:"MIT", license:"MIT",
author:"cleverqin", author:"alis-robin",
email:"705597001@qq.com", email:"issmallcc@gmail.com",
github:"https://github.com/cleverqin/node-websocket-Chatroom" github:"http://121.36.12.162:10086/alis-lc/alis-chat.git"
}, },
loginUser:{}, loginUser:{},
token:"", token:"",

Loading…
Cancel
Save