From b9d977152331a3c542209bef9cad497300bd98cc Mon Sep 17 00:00:00 2001 From: Hyperling Date: Tue, 14 Oct 2025 14:30:40 -0700 Subject: [PATCH] Add echo of $BRANCH contents. --- Config/Hyperling.com/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Config/Hyperling.com/Dockerfile b/Config/Hyperling.com/Dockerfile index 90d2181..b6c6191 100644 --- a/Config/Hyperling.com/Dockerfile +++ b/Config/Hyperling.com/Dockerfile @@ -18,7 +18,7 @@ RUN npm install CMD cd /var/www/api && \ echo "Dockerfile: Ensure symlink is properly deleted if it exists..." && \ ls -l website/files; rm -v website/files; sleep 0 && \ - echo "Dockerfile: Clone the website's Git repo..." && \ + echo "Dockerfile: Clone the website's Git repo... BRANCH='$BRANCH'" && \ rm -rfv website && \ git clone https://git.hyperling.com/me/nodejs-website $BRANCH website && \ echo "Dockerfile: Remove dummy files and replace with symlink..." && \