1 Star 0 Fork 1.6K

GatesChe / Cloud-Platform-UI

forked from 江离 / Cloud-Platform-UI 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
Dockerfile 229 Bytes
Copy Edit Raw Blame History
老干爹 authored 2019-02-01 20:54 . alibaba版
#Dockerfile文件
FROM registry.gz.cvte.cn/library/node:8.9.3
# Create app directory
RUN mkdir -p /home/Service
WORKDIR /home/Service
# Bundle app source
COPY . /home/Service
RUN npm install
EXPOSE 3000
CMD [ "npm", "run dev" ]
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/GatesChe/cloud-platform-ui.git
git@gitee.com:GatesChe/cloud-platform-ui.git
GatesChe
cloud-platform-ui
Cloud-Platform-UI
master

Search

344bd9b3 5694891 D2dac590 5694891