From 04089744e65da0f31637ed89702f9cf7b4d1558c Mon Sep 17 00:00:00 2001 From: Hyperling Date: Tue, 14 Oct 2025 12:22:41 -0700 Subject: [PATCH] Change label for starting cronjob. --- 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 5e25ec9..8a71a4d 100644 --- a/Config/Hyperling.com/Dockerfile +++ b/Config/Hyperling.com/Dockerfile @@ -6,7 +6,7 @@ FROM node:lts-slim # Cache System Dependencies -RUN apt-get update && apt-get install -y git php-cli sudo curl +RUN apt-get update && apt-get install -y git php-cli sudo curl procps # Cache Node Dependencies RUN mkdir -p /var/www/api