1 Star 0 Fork 2

thinkcore / gf-vue-admin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
dockerfile_web 442 Bytes
一键复制 编辑 原始数据 按行查看 历史
FROM node:12.16.1
WORKDIR /web/
COPY web/ .
RUN npm install -g cnpm --registry=https://registry.npm.taobao.org
RUN cnpm install || npm install
RUN npm run build
FROM nginx:alpine
LABEL MAINTAINER="SliverHorn@sliver_horn@qq.com"
COPY .docker-compose/nginx/conf.d/my.conf /etc/nginx/conf.d/my.conf
COPY --from=0 /web/dist /usr/share/nginx/html
RUN cat /etc/nginx/nginx.conf
RUN cat /etc/nginx/conf.d/my.conf
RUN ls -al /usr/share/nginx/html
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/thinkcore/gf-vue-admin.git
git@gitee.com:thinkcore/gf-vue-admin.git
thinkcore
gf-vue-admin
gf-vue-admin
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891