1 Star 0 Fork 324

zhongfuqiang/jetlinks-ui-antd

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
Dockerfile.dev 208 Bytes
Copy Edit Raw Blame History
陈帅 authored 2019-09-03 12:41 . docker: fix dockerhub config
FROM node:latest
WORKDIR /usr/src/app/
COPY package.json ./
RUN npm install --silent --no-cache --registry=https://registry.npm.taobao.org
COPY ./ ./
RUN npm run fetch:blocks
CMD ["npm", "run", "start"]
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/misu/jetlinks-ui-antd.git
git@gitee.com:misu/jetlinks-ui-antd.git
misu
jetlinks-ui-antd
jetlinks-ui-antd
master

Search