2 Star 4 Fork 13

KodeRover / zadig-portal

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile 542 Bytes
一键复制 编辑 原始数据 按行查看 历史
leozhang2018 提交于 2023-03-08 11:15 . feat:upgrade nginx version.
FROM nginx:1.22.1
WORKDIR /zadig-portal
ARG REPO_NAME="zadig-portal"
ARG BUILD_TIME
ARG COMMIT_ID
ARG BRANCH
ARG PR
ARG TAG
ARG BUILD_URL
LABEL maintainer="Zadig Maintainers" \
description="Zadig is a cloud native, distributed, developer-oriented continuous delivery product." \
repoName=${REPO_NAME} \
branch=${BRANCH} \
pr=${PR} \
tag=${TAG} \
commit=${COMMIT_ID} \
buildTime=${BUILD_TIME} \
buildURL=${BUILD_URL}
ADD dist/ /zadig-portal/
ADD zadig-nginx.conf /etc/nginx/conf.d/default.conf
EXPOSE 80
1
https://gitee.com/koderover/zadig-portal.git
git@gitee.com:koderover/zadig-portal.git
koderover
zadig-portal
zadig-portal
main

搜索帮助