1 Star 0 Fork 392

study/weshop

forked from cjbi/weshop
Paused
 
Create your Gitee Account
Explore and code with more than 14 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
Dockerfile.dev 140 Bytes
Copy Edit Raw Blame History
cjbi authored 2019-02-16 23:06 +08:00 . 微服务化架构
FROM node:latest
WORKDIR /usr/src/app/
COPY package.json ./
RUN npm install --silent --no-cache
COPY ./ ./
CMD ["npm", "run", "start"]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/MyJavaCode/weshop.git
git@gitee.com:MyJavaCode/weshop.git
MyJavaCode
weshop
weshop
master

Search