3 Star 21 Fork 7

Big0range/vane

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile 127 Bytes
一键复制 编辑 原始数据 按行查看 历史
Big0range 提交于 2023-06-20 11:39 . feat: 🎸 init
FROM node:18.16.0
WORKDIR /app
COPY . .
# RUN npm install pm2 -g
# RUN yarn
# RUN yarn build
EXPOSE 9999
CMD [ "sh", "run.sh" ]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/li_mei_chao/vane.git
[email protected]:li_mei_chao/vane.git
li_mei_chao
vane
vane
master

搜索帮助