Change label for starting cronjob.

This commit is contained in:
2025-10-14 12:22:41 -07:00
parent 75711c6c20
commit 04089744e6

View File

@@ -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