From dca9fe00c2405f7a9a6db94dc47faf8fc1d1fbd4 Mon Sep 17 00:00:00 2001 From: kadma Date: Sun, 21 Jan 2024 12:30:46 -0500 Subject: [PATCH] Update Dockerfile --- onedrive/cron/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/onedrive/cron/Dockerfile b/onedrive/cron/Dockerfile index 4c1de62..e7f580b 100644 --- a/onedrive/cron/Dockerfile +++ b/onedrive/cron/Dockerfile @@ -6,7 +6,7 @@ RUN apt update && apt upgrade -y && apt autoremove -y && apt install python3 pyt COPY . . -ENV IP_PING="1270.0.0.1" +ENV IP_PING="127.0.0.1:8080" ENV TOKEN="token"