From 95060838e29ee466ad0c96490d4f1c56d4fe38cd Mon Sep 17 00:00:00 2001 From: Hyperling Date: Tue, 14 Oct 2025 14:14:04 -0700 Subject: [PATCH] Remove using the dev branch on Production! Should only be on the Stage version of the Dockerfile. --- 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 94f99cf..c033639 100644 --- a/Config/Hyperling.com/Dockerfile +++ b/Config/Hyperling.com/Dockerfile @@ -20,7 +20,7 @@ CMD cd /var/www/api && \ ls -l website/files; rm -v website/files; sleep 0 && \ echo "Dockerfile: Clone the website's Git repo..." && \ rm -rfv website && \ - git clone https://git.hyperling.com/me/nodejs-website --branch=dev website && \ + git clone https://git.hyperling.com/me/nodejs-website website && \ echo "Dockerfile: Remove dummy files and replace with symlink..." && \ rm -rfv website/files && \ cd website && \