From a90bf8bf281e29b8d381fe16b171b9b5372164f0 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Mon, 16 Jun 2025 15:20:00 -0600 Subject: [PATCH] Provide a better explanation of what's happening in the log. --- 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 ca35223..ffef3c0 100644 --- a/Config/Hyperling.com/Dockerfile +++ b/Config/Hyperling.com/Dockerfile @@ -21,5 +21,5 @@ CMD cd /var/www/api && \ rm -rfv website/files && \ mv -v website/* ./ && \ rm -rfv website && \ - echo "Starting Website" && \ + echo "Starting Website's Run Script" && \ ./run.sh