1 Star 0 Fork 29

deqin/wow-note-react

forked from Evan/wow-note-react 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile 201 Bytes
一键复制 编辑 原始数据 按行查看 历史
Evan 提交于 2024-02-11 19:20 . 24/02/11 修复 PubSub 消息订阅问题.
FROM node:18.17.0-alpine AS base
WORKDIR /app
COPY . .
RUN npm install --save
RUN npm run build
EXPOSE 3000
# 一下两句其实一样
#CMD ["node_modules/.bin/next", "start"]
CMD ["npm","run","start"]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/deqinss/wow-note-react.git
git@gitee.com:deqinss/wow-note-react.git
deqinss
wow-note-react
wow-note-react
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385