1 Star 0 Fork 0

guangxilaobiao / console

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile 331 Bytes
一键复制 编辑 原始数据 按行查看 历史
FROM node:12-alpine
RUN adduser -D -g kubesphere -u 1002 kubesphere && \
mkdir -p /opt/kubesphere/console && \
chown -R kubesphere:kubesphere /opt/kubesphere/console
WORKDIR /opt/kubesphere/console
COPY . /opt/kubesphere/console
RUN mv dist/server.js server/server.js
USER kubesphere
EXPOSE 8000
CMD ["npm", "run", "serve"]
1
https://gitee.com/Caelebs/console.git
git@gitee.com:Caelebs/console.git
Caelebs
console
console
master

搜索帮助