mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-08-23 01:10:23 +00:00
SSL_CERTS_PATH needs a default - small fixes
This commit is contained in:
@@ -12,15 +12,15 @@ cd "${DIR}"
|
||||
export DOCKER_IMAGE=baudneo/nginx-proxy-manager
|
||||
export MAINTAINER="baudneo <baudneo@protonmail.com>"
|
||||
export REPO_OWNER="baudneo"
|
||||
export BASE_TAG='latest'
|
||||
export BASE_TAG='local_latest'
|
||||
|
||||
export TARGETPLATFORM=amd64
|
||||
export BUILD_VERSION=dev
|
||||
export BUILD_COMMIT=
|
||||
export BUILD_DATE="$(date '+%Y-%m-%d %T %Z')"
|
||||
export SSL_CERTS_PATH="/etc/ssl/certs/GTS_Root_R1.pem"
|
||||
echo -e "${YELLOW}❯❯❯ ${CYAN}Running ${RED}'scripts/frontend-build'${RESET}"
|
||||
bash ./scripts/frontend-build
|
||||
#echo -e "${YELLOW}❯❯❯ ${CYAN}Running ${RED}'scripts/frontend-build'${RESET}"
|
||||
#bash ./scripts/frontend-build
|
||||
# Build
|
||||
echo -e "${BLUE}❯ ${CYAN}Building Image [${DOCKER_IMAGE}] with tag: ${YELLOW}${BASE_TAG}${CYAN}...${RESET}"
|
||||
docker build \
|
||||
|
Reference in New Issue
Block a user