mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-10-12 23:32:09 +00:00
Move <MODSEC> to base http {} block in an effort to minimize KNOWN modsec memory leaks.
This commit is contained in:
@@ -19,13 +19,15 @@ 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}Completed ${RED}'frontend-build'${RESET}"
|
||||
# Build
|
||||
|
||||
# Build FrontEnd
|
||||
#echo -e "${YELLOW}❯❯❯ ${CYAN}Running ${RED}'scripts/frontend-build'${RESET}"
|
||||
#bash ./scripts/frontend-build
|
||||
#echo -e "${YELLOW}❯❯❯ ${CYAN}Completed ${RED}'frontend-build'${RESET}"
|
||||
|
||||
# Build Final Image
|
||||
echo -e "${BLUE}❯ ${CYAN}Building ${RED}LOCAL ${CYAN}Image [${DOCKER_IMAGE}] with tag: ${YELLOW}${BASE_TAG}${CYAN}...${RESET}"
|
||||
docker build \
|
||||
\
|
||||
--build-arg BUILD_VERSION="${BUILD_VERSION:-dev}" \
|
||||
--build-arg BUILD_COMMIT="${BUILD_COMMIT:-notset}" \
|
||||
--build-arg BUILD_DATE="${BUILD_DATE}" \
|
||||
|
Reference in New Issue
Block a user