2 Star 4 Fork 0

cc/Apps.Ts

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile 299 Bytes
一键复制 编辑 原始数据 按行查看 历史
cc 提交于 2020-01-08 01:56 . docker succ
FROM circleci/node:latest-browsers
WORKDIR /usr/src/app
USER root
COPY package.json ./
RUN npm config set registry https://registry.npm.taobao.org
RUN npm i node-sass --sass_binary_site=https://npm.taobao.org/mirrors/node-sass/
RUN npm install
COPY ./ ./
CMD ["npm", "run", "build"]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/Core_Cc/Apps.Ts.git
[email protected]:Core_Cc/Apps.Ts.git
Core_Cc
Apps.Ts
Apps.Ts
Branch_dev

搜索帮助