1 Star 0 Fork 0

一步一个脚印一个坑/webfunny_monitor_cluster

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile 309 Bytes
一键复制 编辑 原始数据 按行查看 历史
一步一个脚印一个坑 提交于 2024-01-24 18:10 . 数据优化
FROM node:14.16.1-slim
RUN npm install pm2 -g
COPY . /app
WORKDIR /app
RUN npm config set registry https://registry.npmmirror.com/
RUN npm install
RUN npm run bootstrap
RUN ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
RUN echo 'Asia/Shanghai' >/etc/timezone
EXPOSE 9010
EXPOSE 9011
CMD npm run prd
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/webfunnyMonitor/webfunny_monitor_cluster.git
git@gitee.com:webfunnyMonitor/webfunny_monitor_cluster.git
webfunnyMonitor
webfunny_monitor_cluster
webfunny_monitor_cluster
main

搜索帮助