14 Star 120 Fork 52

老张的哲学 / Blog.Admin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile 207 Bytes
一键复制 编辑 原始数据 按行查看 历史
MandIand 提交于 2020-09-15 11:16 . Update Dockerfile
FROM nginx
MAINTAINER vueadmin
ADD dist /usr/share/nginx/html
ADD vueadmin.nginx.conf /etc/nginx/nginx.conf
RUN chown nginx:nginx -R /usr/share/nginx/html
EXPOSE 80
RUN echo 'build admin image successful!!'
1
https://gitee.com/laozhangIsPhi/Blog.Admin.git
git@gitee.com:laozhangIsPhi/Blog.Admin.git
laozhangIsPhi
Blog.Admin
Blog.Admin
master

搜索帮助