1 Star 0 Fork 34

Vincent.Chan/education-cloud-web-ui

forked from wgw/education-cloud-web-ui 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile 316 Bytes
一键复制 编辑 原始数据 按行查看 历史
wgw 提交于 2020-03-30 22:56 . 在线教育前端第一版本
FROM node:10.15.3-alpine
MAINTAINER williewu
ENV NODE_ENV=production
ENV HOST 0.0.0.0
RUN mkdir -p /app
COPY . /app
WORKDIR /app
EXPOSE 3000
RUN npm config set registry https://registry.npm.taobao.org
RUN npm install
RUN npm install sass-loader -D
RUN npm install node-sass -D
RUN npm run build
CMD ["npm", "start"]
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/vincentchan/education-cloud-web-ui.git
git@gitee.com:vincentchan/education-cloud-web-ui.git
vincentchan
education-cloud-web-ui
education-cloud-web-ui
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385