1 Star 0 Fork 767

KisChang/roncoo-education-web

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile 321 Bytes
一键复制 编辑 原始数据 按行查看 历史
夏天飘过的风 提交于 2021-01-01 21:53 . 修改dockerfile的bug
FROM daocloud.io/library/node:12.18
MAINTAINER roncoo
# 环境配置
ENV cross-env NODE_ENV=production
ENV cross-env HOST 0.0.0.0
RUN mkdir -p /web
COPY . /web
WORKDIR /web
EXPOSE 3000
# 这里使用yarn
RUN yarn install
RUN yarn run build
# 或者使用npm
#RUN npm install
#RUN npm run build:modern
CMD ["npm","start"]
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/KisChang/roncoo-education-web.git
[email protected]:KisChang/roncoo-education-web.git
KisChang
roncoo-education-web
roncoo-education-web
master

搜索帮助