Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/thomaslwq/react-admin
Clone or Download
Dockerfile.dev 140 Bytes
Copy Edit Raw Blame History
thomas.lin authored 2020-06-21 18:14 . init
FROM node:latest
WORKDIR /usr/src/app/
COPY package.json ./
RUN npm install --silent --no-cache
COPY ./ ./
CMD ["npm", "run", "start"]
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化