1 Star 0 Fork 2

diycp2015 / vue-admin-template

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Dockerfile 443 Bytes
一键复制 编辑 原始数据 按行查看 历史
Desire 提交于 2019-11-22 17:09 . 初始提交
FROM nginx:1.17.3-alpine
MAINTAINER liunewshine@qq.com
ENV TZ=Asia/Shanghai
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone && mkdir -p /template-front
WORKDIR /template-front
ADD /dist/ /usr/share/nginx/html/
# 自定义nginx配置文件,启用gzip
ADD /nginx.conf /etc/nginx/nginx.conf
ENV env "test"
CMD sed -i "s/vueEnv.active/\"${env}\"/g" /usr/share/nginx/html/config.js && nginx -g 'daemon off;'
1
https://gitee.com/diycp2015/vue-admin-template.git
git@gitee.com:diycp2015/vue-admin-template.git
diycp2015
vue-admin-template
vue-admin-template
master

搜索帮助