Skip to content

Commit 8b5c384

Browse files
committed
allow user to build frontend with local-build.sh
1 parent badc3d2 commit 8b5c384

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

local-build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ cd "${DIR}"
1212
export DOCKER_IMAGE=baudneo/nginx-proxy-manager
1313
export MAINTAINER="baudneo <[email protected]>"
1414
export REPO_OWNER="baudneo"
15-
export BASE_TAG='local_upgrade'
15+
export BASE_TAG='local_latest'
1616

1717
export TARGETPLATFORM=amd64
1818
export BUILD_VERSION=dev
1919
export BUILD_COMMIT=
2020
export BUILD_DATE="$(date '+%Y-%m-%d %T %Z')"
2121
export SSL_CERTS_PATH="/etc/ssl/certs/GTS_Root_R1.pem"
22-
echo -e "${BLUE}${CYAN}Running ${RED}'scripts/frontend-build'${RESET}"
22+
echo -e "${YELLOW}❯❯${CYAN}Running ${RED}'scripts/frontend-build'${RESET}"
2323
bash ./scripts/frontend-build
2424
# Build
2525
echo -e "${BLUE}${CYAN}Building Image [${DOCKER_IMAGE}] with tag: ${YELLOW}${BASE_TAG}${CYAN}...${RESET}"

scripts/frontend-build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
44
. "$DIR/.common.sh"
55

6-
DOCKER_IMAGE=baudneo/nginx-full:certbot-node
6+
DOCKER_IMAGE=baudneo/nginx-full:local_certbot-node
77

88
# Ensure docker exists
99
if hash docker 2>/dev/null; then

0 commit comments

Comments
 (0)