mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-08-21 08:27:38 +00:00
allow user to build frontend with local-build.sh
This commit is contained in:
@@ -12,14 +12,14 @@ cd "${DIR}"
|
|||||||
export DOCKER_IMAGE=baudneo/nginx-proxy-manager
|
export DOCKER_IMAGE=baudneo/nginx-proxy-manager
|
||||||
export MAINTAINER="baudneo <baudneo@protonmail.com>"
|
export MAINTAINER="baudneo <baudneo@protonmail.com>"
|
||||||
export REPO_OWNER="baudneo"
|
export REPO_OWNER="baudneo"
|
||||||
export BASE_TAG='local_upgrade'
|
export BASE_TAG='local_latest'
|
||||||
|
|
||||||
export TARGETPLATFORM=amd64
|
export TARGETPLATFORM=amd64
|
||||||
export BUILD_VERSION=dev
|
export BUILD_VERSION=dev
|
||||||
export BUILD_COMMIT=
|
export BUILD_COMMIT=
|
||||||
export BUILD_DATE="$(date '+%Y-%m-%d %T %Z')"
|
export BUILD_DATE="$(date '+%Y-%m-%d %T %Z')"
|
||||||
export SSL_CERTS_PATH="/etc/ssl/certs/GTS_Root_R1.pem"
|
export SSL_CERTS_PATH="/etc/ssl/certs/GTS_Root_R1.pem"
|
||||||
echo -e "${BLUE}❯ ${CYAN}Running ${RED}'scripts/frontend-build'${RESET}"
|
echo -e "${YELLOW}❯❯❯ ${CYAN}Running ${RED}'scripts/frontend-build'${RESET}"
|
||||||
bash ./scripts/frontend-build
|
bash ./scripts/frontend-build
|
||||||
# Build
|
# Build
|
||||||
echo -e "${BLUE}❯ ${CYAN}Building Image [${DOCKER_IMAGE}] with tag: ${YELLOW}${BASE_TAG}${CYAN}...${RESET}"
|
echo -e "${BLUE}❯ ${CYAN}Building Image [${DOCKER_IMAGE}] with tag: ${YELLOW}${BASE_TAG}${CYAN}...${RESET}"
|
||||||
|
@@ -3,7 +3,7 @@
|
|||||||
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||||
. "$DIR/.common.sh"
|
. "$DIR/.common.sh"
|
||||||
|
|
||||||
DOCKER_IMAGE=baudneo/nginx-full:certbot-node
|
DOCKER_IMAGE=baudneo/nginx-full:local_certbot-node
|
||||||
|
|
||||||
# Ensure docker exists
|
# Ensure docker exists
|
||||||
if hash docker 2>/dev/null; then
|
if hash docker 2>/dev/null; then
|
||||||
|
Reference in New Issue
Block a user